nix dotfiles
This commit is contained in:
commit
7b8005c867
27 changed files with 1728 additions and 0 deletions
6
navi/laniakea/eww/volume_scroll.sh
Executable file
6
navi/laniakea/eww/volume_scroll.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
if [ "$1" == "up" ]; then
|
||||
wpctl set-volume @DEFAULT_SINK@ 5%+ -l 1.0
|
||||
else
|
||||
wpctl set-volume @DEFAULT_SINK@ 5%- -l 1.0
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue