mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
8 lines
96 B
Bash
Executable file
8 lines
96 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
killall -q polybar
|
|
|
|
while pgrep -x >/dev/null; do sleep 1; done
|
|
|
|
polybar bar1
|
|
|