Upload scripts
This commit is contained in:
parent
6e5095f3cf
commit
a54da6dbbe
15 changed files with 70 additions and 37 deletions
14
dwm/exporter.sh
Executable file
14
dwm/exporter.sh
Executable 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue