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
177fd4f406
wm-logs
/
home
/
local
/
bin
/
scripts
/
polybar.sh
8 lines
104 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
# 干掉旧进程
优化脚本
2023-07-07 10:45:17 +08:00
killall -9 polybar
Update launch.sh
2023-06-28 22:22:28 +08:00
# 等待1秒再启动新的
sleep
1
polybar main -r
&
Releases