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";
|
||||
"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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue