diff options
author | 2024-04-07 19:44:54 +0200 | |
---|---|---|
committer | 2024-04-07 19:44:54 +0200 | |
commit | 4906ed5738eb70ff9c8d3afdb485d58dca52387f (patch) | |
tree | 98f8435e6e8995f231234e0ec38c15a1d6c75cbe /config.def.h | |
parent | aa1cab1eefbfc92e934a68f34fbba69e0265a6c1 (diff) | |
download | dwm-4906ed5738eb70ff9c8d3afdb485d58dca52387f.tar.gz dwm-4906ed5738eb70ff9c8d3afdb485d58dca52387f.tar.bz2 dwm-4906ed5738eb70ff9c8d3afdb485d58dca52387f.zip |
underline tags patch applied
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index a1ef4f7..e4c814a 100644 --- a/config.def.h +++ b/config.def.h @@ -22,6 +22,11 @@ static const char *colors[][3] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const unsigned int ulinepad = 5; /* horizontal padding between the underline and tag */ +static const unsigned int ulinestroke = 2; /* thickness / height of the underline */ +static const unsigned int ulinevoffset = 0; /* how far above the bottom of the bar the line should appear */ +static const int ulineall = 0; /* 1 to show underline on all tags, 0 for just the active ones */ + static const Rule rules[] = { /* xprop(1): * WM_CLASS(STRING) = instance, class |