mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
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
2 changed files with 8 additions and 8 deletions
|
@ -37,7 +37,7 @@ module-margin-left = 1
|
|||
module-margin-right = 2
|
||||
|
||||
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
|
||||
|
||||
modules-left = bspwm i3 mpd
|
||||
|
@ -250,14 +250,14 @@ format-underline = #0a6cf5
|
|||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
speaker-mixer = Speaker
|
||||
headphone-mixer = Headphone
|
||||
headphone-id = 9
|
||||
;speaker-mixer = Speaker
|
||||
;headphone-mixer = Headphone
|
||||
;headphone-id = 9
|
||||
|
||||
format-volume = <label-volume> <bar-volume>
|
||||
|
||||
label-volume = VOL
|
||||
label-volume-foreground = ${BAR.foreground}
|
||||
label-volume-foreground = ${root.foreground}
|
||||
|
||||
label-muted = sound muted
|
||||
label-muted-foreground = #55
|
||||
|
|
|
@ -250,9 +250,9 @@ format-underline = #0a6cf5
|
|||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
speaker-mixer = Speaker
|
||||
headphone-mixer = Headphone
|
||||
headphone-id = 9
|
||||
;speaker-mixer = Speaker
|
||||
;headphone-mixer = Headphone
|
||||
;headphone-id = 9
|
||||
|
||||
format-volume = <label-volume> <bar-volume>
|
||||
|
||||
|
|
Loading…
Reference in a new issue