Refactor panel configs to reduce color duplication
This commit is contained in:
parent
efc20b7369
commit
d0f770f27c
4 changed files with 28 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue