polybar: fix volume indicator

This commit is contained in:
He4eT 2023-03-26 22:17:51 +03:00
commit 727de4d902
2 changed files with 5 additions and 4 deletions

View file

@ -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}