Tweak dwm color
parent
11d61c7e96
commit
3b1995f86f
|
@ -8,7 +8,7 @@ static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
static const char *fonts[] = { "Iosevka Term SS08:size=12" };
|
static const char *fonts[] = { "Iosevka Term SS08:size=12" };
|
||||||
static const char dmenufont[] = "Iosevka Term SS08:size=14";
|
static const char dmenufont[] = "Iosevka Term SS08:size=14";
|
||||||
static const char col_gray0[] = "#000000";
|
static const char col_gray0[] = "#0a0a0a";
|
||||||
static const char col_gray1[] = "#111111";
|
static const char col_gray1[] = "#111111";
|
||||||
static const char col_gray2[] = "#333333";
|
static const char col_gray2[] = "#333333";
|
||||||
static const char col_gray3[] = "#555555";
|
static const char col_gray3[] = "#555555";
|
||||||
|
@ -136,4 +136,3 @@ static Button buttons[] = {
|
||||||
{ ClkTagBar, MODKEY, Button1, tag, {0} },
|
{ ClkTagBar, MODKEY, Button1, tag, {0} },
|
||||||
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
|
{ ClkTagBar, MODKEY, Button3, toggletag, {0} },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue