adjust max volume on waybar
This commit is contained in:
parent
c3431f8283
commit
8919117ed5
1 changed files with 2 additions and 0 deletions
|
|
@ -227,12 +227,14 @@ let cfg = config.cos.hyprland; in
|
||||||
"node-type" = "Audio/Sink";
|
"node-type" = "Audio/Sink";
|
||||||
"format" = "{volume}% 🔊";
|
"format" = "{volume}% 🔊";
|
||||||
"format-muted" = "🔇";
|
"format-muted" = "🔇";
|
||||||
|
"max-volume" = 150;
|
||||||
"on-click" = "pwvucontrol";
|
"on-click" = "pwvucontrol";
|
||||||
};
|
};
|
||||||
"wireplumber#source" = {
|
"wireplumber#source" = {
|
||||||
"node-type" = "Audio/Source";
|
"node-type" = "Audio/Source";
|
||||||
"format" = "{volume}% 🎤";
|
"format" = "{volume}% 🎤";
|
||||||
"format-muted" = "X";
|
"format-muted" = "X";
|
||||||
|
"max-volume" = 200;
|
||||||
"on-click" = "pwvucontrol";
|
"on-click" = "pwvucontrol";
|
||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue