Files
linux-scripts/polybar-restart
2023-08-02 01:14:42 -05:00

8 lines
208 B
Bash
Executable File

#!/bin/bash
killall polybar > /dev/null 2>&1
<<<<<<< HEAD
nohup /usr/local/bin/polybar-launcher.sh > /dev/null 2>&1 &
=======
nohup polybar > /dev/null 2>&1 &
>>>>>>> 87ac7b206297330f25c4ce049614d23647387d46