summaryrefslogtreecommitdiff
path: root/common/bin/mywal
blob: df53c4c97adad4f64df6a1a573fa687e237f0f3f (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
wal -ta 90 $*

pidof dunst && dunstctl reload

pidof xsettingsd && pkill -HUP xsettingsd

(pidof emacs >/dev/null 2>&1) && setsid -f emacsclient --eval "(reload-theme)"