mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
waybar: restore audio glyphs and raise muted-state contrast
The pulseaudio module had empty strings where Nerd Font glyphs were meant to be, so the volume / mute / bluetooth indicators rendered blank. Re-inject the proper PUA codepoints (F027/F028 volume, F6A9 mute, F293 bluetooth). Bump #pulseaudio.muted from #3a3a46 to #8e8e9a so it stays readable against the bar background. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -74,9 +74,9 @@
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " muted",
|
||||
"format-bluetooth": "{icon} {volume}% ",
|
||||
"format-icons": { "default": ["", "", ""] },
|
||||
"format-muted": " muted",
|
||||
"format-bluetooth": "{icon} {volume}% ",
|
||||
"format-icons": { "default": ["", "", ""] },
|
||||
"on-click": "swayosd-client --output-volume mute-toggle",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user