diff options
| author | eug-vs <eug-vs@keemail.me> | 2021-03-27 15:34:46 +0300 | 
|---|---|---|
| committer | eug-vs <eug-vs@keemail.me> | 2021-03-27 15:34:46 +0300 | 
| commit | bd2586ead2b8004e8c78819c4f7c57b9a1128b2e (patch) | |
| tree | cd3345026b0b9d903e8d8c9ce28f35e9f74d4a23 /config.def.h | |
| parent | e65c6c005034c2deebaf4e942ffd66b4498f379a (diff) | |
| download | dwm-bd2586ead2b8004e8c78819c4f7c57b9a1128b2e.tar.gz | |
feat: add padding to statusbar
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config.def.h b/config.def.h index 7d91fdc..6425727 100644 --- a/config.def.h +++ b/config.def.h @@ -5,6 +5,8 @@ static const unsigned int borderpx  = 1;        /* border pixel of windows */  static const unsigned int gappx     = 28;        /* gaps between windows */  static const unsigned int snap      = 32;       /* snap pixel */  static const int showbar            = 1;        /* 0 means no bar */ +static const int horizpadbar        = 4;        /* horizontal padding for statusbar */ +static const int vertpadbar         = 4;        /* vertical padding for statusbar */  static const int topbar             = 1;        /* 0 means bottom bar */  static const char *fonts[]          = { "monospace:size=10" };  static const char dmenufont[]       = "monospace:size=10"; | 
