4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
killall polybar > /dev/null 2>&1
|
|
nohup polybar > /dev/null 2>&1 &
|