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"
|
"cpu"
|
||||||
"temperature"
|
"temperature"
|
||||||
"custom/keyboard-layout"
|
"custom/keyboard-layout"
|
||||||
"pulseaudio"
|
"wireplumber"
|
||||||
"tray"
|
"tray"
|
||||||
"clock#date"
|
"clock#date"
|
||||||
"clock#time"
|
"clock#time"
|
||||||
|
@ -139,10 +139,8 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"pulseaudio" = {
|
"wireplumber" = {
|
||||||
#scroll-step = 1;
|
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
format-bluetooth = "{icon} {volume}%";
|
|
||||||
format-muted = "婢";
|
format-muted = "婢";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
headphones = "";
|
headphones = "";
|
||||||
|
@ -153,7 +151,8 @@ in
|
||||||
car = "";
|
car = "";
|
||||||
default = [ "奄" "奔" "墳" ];
|
default = [ "奄" "奔" "墳" ];
|
||||||
};
|
};
|
||||||
on-click = "pavucontrol";
|
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||||
|
on-click-middle = "${pkgs.helvum}/bin/helvum";
|
||||||
};
|
};
|
||||||
|
|
||||||
"temperature" = {
|
"temperature" = {
|
||||||
|
|
Loading…
Reference in a new issue