422db7b293
Fix execute permission on shell scripts Signed-off-by: Cynthia Foxwell <gamers@riseup.net>
7 lines
120 B
Bash
Executable file
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 &
|