dotfiles-pub/linux/.local/bin/polybar.sh
adryd 422db7b293 Create auto install script for *nix systems
Fix execute permission on shell scripts

Signed-off-by: Cynthia Foxwell <gamers@riseup.net>
2022-04-03 20:43:54 -06:00

7 lines
120 B
Bash
Executable file

#!/usr/bin/env sh
pkill polybar
while pgrep -x polybar > /dev/null; do sleep 1; done
polybar bar >> /dev/null 2>&1 &