1
0
Fork 0

Switch panel to Rodrigo's script

This commit is contained in:
Jeremy Kaplan 2016-03-04 14:03:19 -05:00
commit 76d6d80ec0
6 changed files with 184 additions and 119 deletions

View file

@ -9,13 +9,10 @@ fi
trap 'trap - TERM; kill 0' INT TERM QUIT EXIT
[ -e "$PANEL_FIFO" ] && rm "$PANEL_FIFO"
mkfifo "$PANEL_FIFO"
bspc config bottom_padding $PANEL_HEIGHT
source panel_colors
panel_bar | lemonbar -g x$PANEL_HEIGHT -f "$PANEL_FONT_FAMILY" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" -b &
$PANEL_CONFIG_DIR/panel_bar.py | lemonbar -g x$PANEL_HEIGHT -f "$PANEL_FONT_FAMILY" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" -b &
wait