Files
i3wm-ubuntu-dotfiles/.config/polybar/launch.sh
T
2026-01-29 23:19:44 +05:30

12 lines
212 B
Bash
Executable File

#!/usr/bin/env bash
# Kill any existing polybar
killall -q polybar
# Wait until it fully closes
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch Polybar on your display
polybar mybar -r &