mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
killall -q waybar
|
|
|
|
while pgrep -x waybar >/dev/null; do sleep 1; done
|
|
|
|
uwsm app waybar
|