waybar: replace pulseaudio with wireplumber
This commit is contained in:
@@ -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%",
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tray,
|
#tray,
|
||||||
#pulseaudio,
|
#wireplumber,
|
||||||
#language,
|
#language,
|
||||||
#network,
|
#network,
|
||||||
#clock {
|
#clock {
|
||||||
|
|||||||
Reference in New Issue
Block a user