different volume icon (plaese give more volume level icons)
This commit is contained in:
parent
718a34514b
commit
d71a01a618
3 changed files with 4 additions and 5 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue