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

8 lines
99 B
Bash
Raw Normal View History

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