Remove the wireplumber module from waybar (crashes often)
This commit is contained in:
@ -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";
|
||||||
|
Reference in New Issue
Block a user