4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/usr/bin/bash
|
||
|
killall -q polybar
|
||
|
polybar -q main -c ~/.config/polybar/config.ini &
|