dev: automated commit - 2025-09-29 15:16:09

This commit is contained in:
Mariano Z. 2025-09-29 15:16:09 -03:00
parent f30c60258a
commit b904c70347
2 changed files with 5 additions and 1 deletions

View file

@ -156,7 +156,7 @@
}
},
"pulseaudio": {
"format": "{icon}",
"format": "{icon} {volume}%",
"on-click": "pavucontrol",
"on-click-right": "pamixer -t",
"tooltip-format": "Playing at {volume}%",

View file

@ -108,3 +108,7 @@ tooltip {
color: #9ccfd8;
}
#pulseaudio.muted {
color: #eb6f92;
}