24 lines
208 B
Text
24 lines
208 B
Text
# terminal
|
|
TERMINAL="xterm"
|
|
|
|
# menu command
|
|
XMENU=xmenu.sh
|
|
|
|
# border width
|
|
BW=2
|
|
|
|
# active color
|
|
AC=B6B6B6
|
|
|
|
# inactive color
|
|
IC=616161
|
|
|
|
# background color.
|
|
BC=101010
|
|
|
|
# windows percentage
|
|
WP=90
|
|
|
|
# gaps
|
|
GAP=6
|
|
|