bspwm/examples/panel/bspwmrc
2017-10-11 14:00:46 +02:00

4 lines
114 B
Bash
Executable file

#! /bin/sh
[ -e "$PANEL_FIFO" ] && bspc subscribe report > "$PANEL_FIFO" &
pgrep -x panel > /dev/null || panel &