wm-logs/home/local/bin/scripts/polybar.sh

8 lines
104 B
Bash
Raw Normal View History

2023-06-28 19:31:09 +08:00
#!/bin/bash
2023-06-28 22:22:28 +08:00
# 干掉旧进程
2023-07-07 10:45:17 +08:00
killall -9 polybar
2023-06-28 22:22:28 +08:00
# 等待1秒再启动新的
sleep 1
polybar main -r &