diff options
author | Sam Chudnick <sam@chudnick.com> | 2023-02-27 19:20:26 -0500 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2023-02-27 19:20:26 -0500 |
commit | e3ea609ff0b1acbc67c865c3c1c0e6629a600b10 (patch) | |
tree | 6b3f75c4f25c8c9b0d86dba093bb65c6afdde881 | |
parent | e15b9ed3b84018dae7c6315bb63dfd5db60f5dee (diff) |
Remove bar padding
-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"; |