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

8 lines
99 B
Bash
Executable File

#!/bin/bash
# 干掉旧进程
pkill polybar
# 等待1秒再启动新的
sleep 1
polybar main -r &
~~i3历险记~~, i3从入门到放弃, 转战bspwm
Shell 100%