different volume icon (plaese give more volume level icons)

This commit is contained in:
twoneis 2024-07-28 19:47:09 +02:00
parent 718a34514b
commit d71a01a618
3 changed files with 4 additions and 5 deletions

View file

@ -77,7 +77,6 @@
spawn-at-startup = [
{ command = ["waybar"]; }
{ command = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "1"]; }
{ command = ["brightnessctl" "s" "50%"]; }
{ command = ["swaybg" "-i" "${./wallpaper.png}"]; }
{ command = ["swayidle" "-w" "before-sleep" "swaylock"]; }
@ -92,7 +91,7 @@
"XF86AudioLowerVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%-"];
"XF86AudioMute".action.spawn = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"];
"XF86MonBrightnessDown".action.spawn = ["brightnessctl" "-n=10%" "s" "5%-"];
"XF86MonBrightnessDown".action.spawn = ["brightnessctl" "s" "5%-"];
"XF86MonBrightnessUp".action.spawn = ["brightnessctl" "s" "5%+"];
"Mod+Backspace".action.close-window = [];