waybar: Switch from pulseaudio to wireplumber module
This commit is contained in:
parent
d7d2f5df55
commit
bdff44b907
1 changed files with 5 additions and 6 deletions
|
@ -36,7 +36,7 @@ in
|
|||
"cpu"
|
||||
"temperature"
|
||||
"custom/keyboard-layout"
|
||||
"pulseaudio"
|
||||
"wireplumber"
|
||||
"tray"
|
||||
"clock#date"
|
||||
"clock#time"
|
||||
|
@ -139,10 +139,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
"pulseaudio" = {
|
||||
#scroll-step = 1;
|
||||
"wireplumber" = {
|
||||
format = "{icon} {volume}%";
|
||||
format-bluetooth = "{icon} {volume}%";
|
||||
format-muted = "婢";
|
||||
format-icons = {
|
||||
headphones = "";
|
||||
|
@ -153,7 +151,8 @@ in
|
|||
car = "";
|
||||
default = [ "奄" "奔" "墳" ];
|
||||
};
|
||||
on-click = "pavucontrol";
|
||||
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||
on-click-middle = "${pkgs.helvum}/bin/helvum";
|
||||
};
|
||||
|
||||
"temperature" = {
|
||||
|
|
Loading…
Reference in a new issue