diff options
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -14,8 +14,8 @@ static int smartgaps = 0; /* 1 means no outer gap when the | |||
| 14 | static const int showbar = 1; /* 0 means no bar */ | 14 | static const int showbar = 1; /* 0 means no bar */ |
| 15 | static const int topbar = 1; /* 0 means bottom bar */ | 15 | static const int topbar = 1; /* 0 means bottom bar */ |
| 16 | static const char *fonts[] = { "monospace:size=10"}; | 16 | static const char *fonts[] = { "monospace:size=10"}; |
| 17 | static const int vertpad = 5; /* vertical padding of bar */ | 17 | static const int vertpad = 0; /* vertical padding of bar */ |
| 18 | static const int sidepad = 10; /* horizontal padding of bar */ | 18 | static const int sidepad = 0; /* horizontal padding of bar */ |
| 19 | static const char dmenufont[] = "monospace:size=10"; | 19 | static const char dmenufont[] = "monospace:size=10"; |
| 20 | static const char col_gray1[] = "#282828"; | 20 | static const char col_gray1[] = "#282828"; |
| 21 | static const char col_gray2[] = "#3c3836"; | 21 | static const char col_gray2[] = "#3c3836"; |
