diff options
| author | Lignum Crucis | 2026-04-09 23:43:22 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-04-09 23:43:22 -0300 |
| commit | fc9c95bb6ed4b24b15f782d5757b829f06acfe35 (patch) | |
| tree | 534b8127806cd523f79fc2beb161fc5f953d285d | |
| parent | dad3d01990ad270f63936536fe82f59fcea54d3e (diff) | |
conf: modified bar
it now pretty
| -rw-r--r-- | config.h | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -10,8 +10,9 @@ static const unsigned int gappov = 4; /* vert outer gap between windows static const int smartgaps = 1; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const int user_bh = 4; /* 2 is the default spacing around the bar's font */ +static const char *fonts[] = { "monospace:size=11" }; +static const char dmenufont[] = "monospace:size=11"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; @@ -24,14 +25,14 @@ static const char *colors[][3] = { }; /* full tag indicator variables */ -static const int fti_top = 1; /* 0 means bottom indicator */ -static const int fti_border = 1; /* 0 means no border */ -static const unsigned int fti_height = 4; /* indicator height (as px) */ +static const int fti_top = 0; /* 0 means bottom indicator */ +static const int fti_border = 0; /* 0 means no border */ +static const unsigned int fti_height = 2; /* indicator height (as px) */ static const unsigned int fti_ptop = 0; /* top padding */ static const unsigned int fti_pbot = 0; /* bottom padding */ static const unsigned int fti_plef = 0; /* left padding */ static const unsigned int fti_prig = 0; /* right padding */ -static const char fti_color_nor[] = "#222222"; /* indicator color (not selected tag) */ +static const char fti_color_nor[] = "#444444"; /* indicator color (not selected tag) */ static const char fti_color_sel[] = "#eeeeee"; /* indicator color (selected tag) */ static const char fti_color_nor_inv[] = "#bbbbbb"; /* inverse indicator color (not selected tag) */ static const char fti_color_sel_inv[] = "#005577"; /* inverse indicator color (selected tag) */ |
