1
0
Fork 0

Update configs for bspwmrc and friends

This commit is contained in:
Jeremy Kaplan 2016-02-29 13:37:58 -05:00
commit 9066c338de
4 changed files with 68 additions and 82 deletions

View file

@ -13,16 +13,9 @@ trap 'trap - TERM; kill 0' INT TERM QUIT EXIT
mkfifo "$PANEL_FIFO"
bspc config bottom_padding $PANEL_HEIGHT
bspc control --subscribe > "$PANEL_FIFO" &
sleep 0.3s
clock 'C' '+%a %H:%M:%S' > "$PANEL_FIFO" &
sleep 0.3s
battery 'B' '%' > "$PANEL_FIFO" &
sleep 0.3s
volume 'V' '%' > "$PANEL_FIFO" &
source panel_colors
cat "$PANEL_FIFO" | panel_bar | lemonbar -g x$PANEL_HEIGHT -f "$PANEL_FONT_FAMILY" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" -b &
panel_bar | lemonbar -g x$PANEL_HEIGHT -f "$PANEL_FONT_FAMILY" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" -b &
wait