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