mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
killall -q waybar
|
|
|
|
while pgrep -x waybar >/dev/null; do sleep 1; done
|
|
|
|
uwsm app waybar
|