Tweak dwm color

master
Hektor Misplon 2021-02-20 15:58:28 +01:00
parent 11d61c7e96
commit 3b1995f86f
1 changed files with 1 additions and 2 deletions

View File

@ -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} },
}; };