Files
linux-scripts/polybar-restart
2023-08-02 01:24:03 -05:00

4 lines
105 B
Bash
Executable File

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