Update configs for bspwmrc and friends
This commit is contained in:
parent
d77432d398
commit
9066c338de
4 changed files with 68 additions and 82 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue