alqueva/hosts/cityseventeen/users/arturm/configs/river/scripts/waybar.sh

7 lines
85 B
Bash
Executable file

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