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

View File

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