waybar: replace pulseaudio with wireplumber

This commit is contained in:
2024-10-12 13:44:26 +03:00
parent fdebed7451
commit 64f2b11394
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"disk", "disk",
"sway/mode" "sway/mode"
], ],
"modules-right": ["tray", "pulseaudio", "sway/language", "network", "clock"], "modules-right": ["tray", "wireplumber", "sway/language", "network", "clock"],
"sway/workspaces": { "sway/workspaces": {
"all-output": true, "all-output": true,
"format": "{index}" "format": "{index}"
@@ -28,7 +28,7 @@
"disk": { "disk": {
"format": "Disk: {percentage_used}% [{used}/{total}]" "format": "Disk: {percentage_used}% [{used}/{total}]"
}, },
"pulseaudio": { "wireplumber": {
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-icons": ["", "", ""], "format-icons": ["", "", ""],
"format-muted": " 0%", "format-muted": " 0%",

View File

@@ -39,7 +39,7 @@ window#waybar {
} }
#tray, #tray,
#pulseaudio, #wireplumber,
#language, #language,
#network, #network,
#clock { #clock {