mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
polybar: fix volume indicator
This commit is contained in:
parent
b6797f8c3d
commit
727de4d902
2 changed files with 5 additions and 4 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
font-0 = NotoSans-Regular:size=11;1
|
||||
font-1 = FontAwesome:size=10;2
|
||||
font-2 = Unifont:size=6;1
|
||||
font-2 = Unifont:size=9;1
|
||||
|
||||
modules-left = i3 xwindow
|
||||
modules-right = xkeyboard volume wlan eth battery date
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
label-volume-foreground = ${colors.foreground}
|
||||
|
||||
format-muted-foreground = ${colors.background-alt}
|
||||
label-muted = ═══════════════════
|
||||
label-muted = ━━━━━━━━━━━━━━━━━━━
|
||||
|
||||
bar-volume-width = 20
|
||||
bar-volume-foreground-0 = #555
|
||||
|
|
@ -170,9 +170,9 @@
|
|||
bar-volume-gradient = false
|
||||
bar-volume-indicator =
|
||||
bar-volume-indicator-font = 0
|
||||
bar-volume-fill = ═
|
||||
bar-volume-fill = ━
|
||||
bar-volume-fill-font = 1
|
||||
bar-volume-empty = ═
|
||||
bar-volume-empty = ━
|
||||
bar-volume-empty-font = 1
|
||||
bar-volume-empty-foreground = ${colors.background-alt}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue