alqueva/hosts/python/configs/river/scripts/waybar.sh

8 lines
85 B
Bash
Raw Normal View History

2025-01-08 09:10:41 +00:00
#!/usr/bin/env bash
pid="$(pidof waybar)"
if [[ -z $pid ]]; then
exec waybar &
fi