[Linux] Add restart taffybar
This commit is contained in:
parent
5831c9fe96
commit
de0f4f5daa
6
dotfiles/lib/bin/restart_taffybar.sh
Executable file
6
dotfiles/lib/bin/restart_taffybar.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
rm -rf ~/.cache/taffybar && cd ~/.config/taffybar && ghc taffybar.hs
|
||||||
|
./taffybar &
|
||||||
|
pkill -9 taffybar
|
||||||
|
systemctl --user restart taffybar.service
|
Loading…
Reference in New Issue
Block a user