aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-02-27 19:20:26 -0500
committerSam Chudnick <sam@chudnick.com>2023-02-27 19:20:26 -0500
commite3ea609ff0b1acbc67c865c3c1c0e6629a600b10 (patch)
tree6b3f75c4f25c8c9b0d86dba093bb65c6afdde881
parente15b9ed3b84018dae7c6315bb63dfd5db60f5dee (diff)
Remove bar padding
-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";