diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-12 11:33:02 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-01-12 11:33:02 +0100 |
| commit | 93e85ba76a6eae51d5e22638d1c43f497c66f488 (patch) | |
| tree | c6fa9705d95324319b5b2f13bf235fbe37364a05 /config.def.h | |
| parent | bb6d5e0b220dfcb8449bced1cfc0b56c36b192ff (diff) | |
feat: apply dwm-colorbar-6.3 patch
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 9fc3252..dbad9c8 100644 --- a/config.def.h +++ b/config.def.h @@ -30,6 +30,11 @@ static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, [SchemeSel] = { col_gray4, col_cyan, col_cyan }, + [SchemeStatus] = { col_gray3, col_gray1, "#000000" }, // Statusbar right {text,background,not used but cannot be empty} + [SchemeTagsSel] = { col_gray4, col_cyan, "#000000" }, // Tagbar left selected {text,background,not used but cannot be empty} + [SchemeTagsNorm] = { col_gray3, col_gray1, "#000000" }, // Tagbar left unselected {text,background,not used but cannot be empty} + [SchemeInfoSel] = { col_gray4, col_cyan, "#000000" }, // infobar middle selected {text,background,not used but cannot be empty} + [SchemeInfoNorm] = { col_gray3, col_gray1, "#000000" }, // infobar middle unselected {text,background,not used but cannot be empty} }; typedef struct { @@ -169,4 +174,3 @@ static const Button buttons[] = { { ClkTagBar, MODKEY, Button3, toggletag, {0} }, { ClkTabBar, 0, Button1, focuswin, {0} }, }; - |
