Files
linux-scripts/polybar-restart
2023-07-31 22:02:37 -05:00

4 lines
78 B
Bash
Executable File

#!/bin/bash
killall polybar > /dev/null 2>&1
nohup polybar > /dev/null 2>&1 &