initial upload

This commit is contained in:
angel
2026-01-26 12:37:40 -05:00
parent dd764e9c71
commit 6d6f8ca445
22 changed files with 1455 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
case $BLOCK_BUTTON in
1) kitty -c /home/angelp/.config/kitty/kittyweather.conf -e pulsemixer & disown ;;
3) pamixer -t ;;
4) pamixer -i 5 ;;
5) pamixer -d 5 ;;
esac
printpastatus() { [[ $(pamixer --get-mute) = "true" ]] && echo -n 🔇 && exit
echo 🔊 $(pamixer --get-volume)% ;}
printpastatus