alqueva/hosts/python/users/configs/river/scripts/waybar.sh
2025-01-08 10:56:55 +00:00

7 lines
85 B
Bash
Executable file

#!/usr/bin/env bash
pid="$(pidof waybar)"
if [[ -z $pid ]]; then
exec waybar &
fi