update: rm volume number from waybar

This commit is contained in:
2024-04-04 02:29:48 -04:00
parent 4b9812dc7f
commit 71caefa11a
+2 -2
View File
@@ -334,8 +334,8 @@
// Pulseaudio // Pulseaudio
"pulseaudio": { "pulseaudio": {
// "scroll-step": 1, // %, can be a float // "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}%", "format": "{icon}",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "{icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}", "format-muted": " {format_source}",
"format-source": "{volume}% ", "format-source": "{volume}% ",