dotfiles/dotfiles/lib/bin/restart_taffybar.sh

7 lines
162 B
Bash
Executable File

#!/usr/bin/env zsh
rm -rf ~/.cache/taffybar && cd ~/.config/taffybar && ghc taffybar.hs
./taffybar &
pkill -9 taffybar
systemctl --user restart taffybar.service