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