1

Remove the wireplumber module from waybar (crashes often)

This commit is contained in:
2023-04-21 19:32:14 +02:00
parent 44e72ae0b4
commit a8b825adf3

View File

@ -141,7 +141,8 @@ in {
"modules-right" = [ "modules-right" = [
# "cava" # Unknown? Maybe needs git version # "cava" # Unknown? Maybe needs git version
"wireplumber" # "wireplumber"
"pulseaudio"
"network" "network"
"cpu" "cpu"
"memory" "memory"
@ -181,7 +182,8 @@ in {
# }; # };
}; };
"wireplumber" = { # NOTE: This was wireplumber originally, but that is really unstable
"pulseaudio" = {
"format" = (wrapico "") + "{volume}%"; "format" = (wrapico "") + "{volume}%";
"format-muted" = (wrapico ""); "format-muted" = (wrapico "");
"on-click" = "kitty ncpamixer"; "on-click" = "kitty ncpamixer";