diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 21:30:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 21:30:10 +0000 |
| commit | c6efd49544771588920e14eab44f79f67c51f9f9 (patch) | |
| tree | ca60f6d78043f79563f8a0aa053b926ce09690a3 | |
| parent | b915864a6ce6451fbcbdc75139e7405b939c3d74 (diff) | |
update bars
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 206430a..ce3bd07 100644 --- a/config.def.h +++ b/config.def.h @@ -8,7 +8,7 @@ static const unsigned int gappx = 12; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const int user_bh = 18; /* 2 is the default spacing around the bar's font */ +static const int user_bh = 12; /* 2 is the default spacing around the bar's font */ static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" }; static const char dmenufont[] = "JetBrainsMono Nerd Font:style=Regular:size=10"; static const char col_gray1[] = "#282828"; @@ -18,8 +18,8 @@ static const char col_gray4[] = "#ebdbb2"; static const char col_cyan[] = "#282828"; static const char *colors[][3] = { /* fg bg border */ - [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSel] = { col_gray4, col_cyan, col_gray3 }, + [SchemeNorm] = { col_gray3, col_gray1, col_gray1 }, + [SchemeSel] = { col_gray4, col_cyan, col_gray2 }, }; /* tagging */ |
