From cfe669147437399280ba72a5eaeccb6f565b7a9e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Jun 2016 19:50:46 -0400 Subject: Fix panel fonts and colors --- bspwm/panel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bspwm/panel') diff --git a/bspwm/panel b/bspwm/panel index 9d808c4..a16448d 100755 --- a/bspwm/panel +++ b/bspwm/panel @@ -1,6 +1,6 @@ #! /bin/sh -export COLOR_FOREGROUND='#FFA3A6AB' +export COLOR_FOREGROUND='#FFCCCCCC' export COLOR_BACKGROUND='#FF000000' export COLOR_ACTIVE_MONITOR_FG='#FF000000' export COLOR_ACTIVE_MONITOR_BG='#FF000000' @@ -20,9 +20,9 @@ export COLOR_URGENT_FG='#FFF9A299' export COLOR_URGENT_BG='#FF000000' export COLOR_LAYOUT_FG='#FFA3A6AB' export COLOR_LAYOUT_BG='#FF000000' -export COLOR_TITLE_FG='#FFA3A6AB' +export COLOR_TITLE_FG='#FFDDDDDD' export COLOR_TITLE_BG='#FF000000' -export COLOR_STATUS_FG='#FFA3A6AB' +export COLOR_STATUS_FG='#FFCCCCCC' export COLOR_STATUS_BG='#FF000000' export COLOR_STATUS_READ="#859900" export COLOR_STATUS_WRITE="#990A1B" @@ -85,6 +85,6 @@ done & #. ./panel_colors -cat "$PANEL_FIFO" | ~/.config/bspwm/panel_bar | lemonbar -f "Deja Vu Sans Mono-11" -g x$PANEL_HEIGHT -f "$PANEL_FONT" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" & +cat "$PANEL_FIFO" | ~/.config/bspwm/panel_bar | lemonbar -g x$PANEL_HEIGHT -f "$PANEL_FONT" -F "$COLOR_FOREGROUND" -B "$COLOR_BACKGROUND" & wait -- cgit v1.2.1