latest user config

This commit is contained in:
2024-09-13 14:28:50 +02:00
parent cdcaee5943
commit 2f402fe686
59 changed files with 2336 additions and 670 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/bin/bash
case $1 in
vol)
case $2 in
up)
/home/dom/.local/bin/volnote up
;;
down)
/home/dom/.local/bin/volnote down
;;
esac
;;
caps)
status=$(xset -q | sed -n 's/^.*Caps Lock:\s*\(\S*\).*$/\1/p')
notify-send -u low -e "Caps Lock $status" -h boolean:value:true -r 555
;;
esac
sleep 2
swaync-client --hide-latest