#!/bin/sh [ ! "$(pgrep dbar)" ] && { dbar & exit; } pkill -P "$(cat "$HOME/.cache/dbar.pid")" sleep