adjust max volume on waybar

This commit is contained in:
Clayton Hickey 2025-10-15 16:53:33 -04:00
parent c3431f8283
commit 8919117ed5

View file

@ -227,12 +227,14 @@ let cfg = config.cos.hyprland; in
"node-type" = "Audio/Sink";
"format" = "{volume}% 🔊";
"format-muted" = "🔇";
"max-volume" = 150;
"on-click" = "pwvucontrol";
};
"wireplumber#source" = {
"node-type" = "Audio/Source";
"format" = "{volume}% 🎤";
"format-muted" = "X";
"max-volume" = 200;
"on-click" = "pwvucontrol";
};
cpu = {