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

(which pywalfox >/dev/null 2>&1) && pywalfox update

(pidof xsettingsd >/dev/null 2>&1) && pkill xsettingsd && setsid -f xsettingsd

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