Upload scripts

This commit is contained in:
Samuel Webb 2025-01-07 17:57:17 -05:00
parent 6e5095f3cf
commit a54da6dbbe
15 changed files with 70 additions and 37 deletions

14
dwm/exporter.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh
notify-send -h string:fgcolor:#ffffff "Hello"
case "$1" in
unplug)
export SB_JACK=false;;
plug)
export SB_JACK=true;;
blue)
export SB_SHIFT=false;;
red)
export SB_SHIFT=true;;
esac
kill -10 $(pidof dwmblocks)