X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=a8874305dff1e7186c57d3220bf15ac27a97d436;hb=204f0a340d74ff5b8bf7ed00688c14c1269da175;hp=93000bbd6d1314fe23c8068878ce10894d630070;hpb=784659565a7a4169fef9ad469ef841630758df26;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 93000bb..a887430 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,12 +4,12 @@ /* appearance */ #define BORDERPX 1 -#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" +#define FONT "-*-proggyclean-medium-r-*-*-13-*-*-*-*-*-*-*" #define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc" -#define SELBORDERCOLOR "#69c" -#define SELBGCOLOR "#357" +#define SELBORDERCOLOR "#8c8" +#define SELBGCOLOR "#555" #define SELFGCOLOR "#fff" #define TOPBAR True /* False */ @@ -42,7 +42,7 @@ static Layout layout[] = { \ static Key key[] = { \ /* modifier key function argument */ \ { MODKEY|ShiftMask, XK_Return, spawn, \ - { .cmd = "exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \ + { .cmd = "exec urxvtcd -tr -bg '#292929' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" } }, \ { MODKEY, XK_p, spawn, \ { .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ " | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \