fix: Patch example config
- Query for truetype version of Unifont since the BDF version doesn't render the glyphs properly - Replace ${BAR.key} with new ${root.key} - Do not define specific volume mixers
This commit is contained in:
parent
510fe7261b
commit
e2dab8a398
@ -37,7 +37,7 @@ module-margin-left = 1
|
|||||||
module-margin-right = 2
|
module-margin-right = 2
|
||||||
|
|
||||||
font-0 = fixed:pixelsize=10;0
|
font-0 = fixed:pixelsize=10;0
|
||||||
font-1 = unifont:size=6:heavy;-2
|
font-1 = unifont:size=6:heavy:fontformat=truetype;-2
|
||||||
font-2 = siji:pixelsize=10;0
|
font-2 = siji:pixelsize=10;0
|
||||||
|
|
||||||
modules-left = bspwm i3 mpd
|
modules-left = bspwm i3 mpd
|
||||||
@ -250,14 +250,14 @@ format-underline = #0a6cf5
|
|||||||
|
|
||||||
[module/volume]
|
[module/volume]
|
||||||
type = internal/volume
|
type = internal/volume
|
||||||
speaker-mixer = Speaker
|
;speaker-mixer = Speaker
|
||||||
headphone-mixer = Headphone
|
;headphone-mixer = Headphone
|
||||||
headphone-id = 9
|
;headphone-id = 9
|
||||||
|
|
||||||
format-volume = <label-volume> <bar-volume>
|
format-volume = <label-volume> <bar-volume>
|
||||||
|
|
||||||
label-volume = VOL
|
label-volume = VOL
|
||||||
label-volume-foreground = ${BAR.foreground}
|
label-volume-foreground = ${root.foreground}
|
||||||
|
|
||||||
label-muted = sound muted
|
label-muted = sound muted
|
||||||
label-muted-foreground = #55
|
label-muted-foreground = #55
|
||||||
|
@ -250,9 +250,9 @@ format-underline = #0a6cf5
|
|||||||
|
|
||||||
[module/volume]
|
[module/volume]
|
||||||
type = internal/volume
|
type = internal/volume
|
||||||
speaker-mixer = Speaker
|
;speaker-mixer = Speaker
|
||||||
headphone-mixer = Headphone
|
;headphone-mixer = Headphone
|
||||||
headphone-id = 9
|
;headphone-id = 9
|
||||||
|
|
||||||
format-volume = <label-volume> <bar-volume>
|
format-volume = <label-volume> <bar-volume>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user