diff options
| author | anabasis <anabasis@noreply.codeberg.org> | 2024-05-11 23:30:37 -0400 |
|---|---|---|
| committer | anabasis <anabasis@noreply.codeberg.org> | 2024-05-11 23:30:37 -0400 |
| commit | 2c29867bedcb28ae276b89eee834557bb2d13e8c (patch) | |
| tree | 249eda6df27f157113ef4495e74a5e4120ccd371 /config.def.h | |
| parent | f0baa70529ecee8761dc7efed572fdcbedc6c57d (diff) | |
| download | dwlb-2c29867bedcb28ae276b89eee834557bb2d13e8c.tar.gz | |
add active_color_title option to set title color
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 7eee538..131a857 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,8 @@ static bool status_commands = true; static bool center_title = false; // use title space as status text element static bool custom_title = false; +// title color use active colors +static bool active_color_title = true; // scale static uint32_t buffer_scale = 1; // font |