Explore
Register
Sign In
yutent
/
wm-logs
Watch
1
Star
0
Fork
You've already forked wm-logs
0
Code
Issues
Pull Requests
Wiki
Activity
bf50da6697
wm-logs
/
home
/
config
/
polybar
/
launch.sh
8 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
增加polybar配置
2023-06-28 19:31:09 +08:00
#!/bin/bash
Update launch.sh
2023-06-28 22:22:28 +08:00
# 干掉旧进程
pkill polybar
# 等待1秒再启动新的
sleep
1
polybar main -r
&
Releases