#!/bin/bash pkill -x waybar while pgrep -x waybar >/dev/null; do sleep 0.05; done setsid -f waybar /dev/null 2>&1