1
0
Fork 0

Color tweaking

This commit is contained in:
Jeremy Kaplan 2016-04-05 13:03:30 -04:00
commit 7b88f08b16
5 changed files with 22 additions and 7 deletions

View file

@ -4,7 +4,7 @@ PANEL_HEIGHT=24
PANEL_FONT_FAMILY="-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1"
COLOR_FOREGROUND='#FFAAAAAA'
COLOR_BACKGROUND='#FF111111'
COLOR_BACKGROUND='#FF222222'
if [ $(pgrep -cx panel) -gt 1 ] ; then
printf "%s\n" "The panel is already running." >&2