1
0
Fork 0

Refactor panel configs to reduce color duplication

This commit is contained in:
Jeremy Kaplan 2016-03-19 05:46:40 -04:00
commit d0f770f27c
4 changed files with 28 additions and 62 deletions

View file

@ -5,9 +5,3 @@ export WORKON_HOME=$HOME/.virtualenvs
source /usr/bin/virtualenvwrapper.sh
export XDG_CONFIG_HOME=$HOME/.config
PANEL_CONFIG_DIR=$XDG_CONFIG_HOME/panel
PANEL_FIFO=/tmp/panel-fifo
PANEL_HEIGHT=24
PANEL_FONT_FAMILY="-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1"
export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY PANEL_CONFIG_DIR