diff options
| author | podit <podit@podit.dev> | 2023-02-14 01:00:22 +0000 |
|---|---|---|
| committer | podit <podit@podit.dev> | 2023-02-14 01:00:22 +0000 |
| commit | a72b8228b428588db111c71c99d91ef8542c88ea (patch) | |
| tree | 4cf54bdd7ce0bebd91b95998f4f91719aad2b18a | |
| parent | b333822f244fde91226eb505e70869779e11dd15 (diff) | |
| download | dwlb-a72b8228b428588db111c71c99d91ef8542c88ea.tar.gz | |
added todos to not yet configurable settings
| -rw-r--r-- | dwlb.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -124,12 +124,15 @@ static struct zxdg_output_manager_v1 *output_manager; static Bar *bars = NULL; +// TODO: it would be nice to have these be configurable, they seem to be set by the font currently? static uint32_t height; static uint32_t textpadding; +// TODO: these seem to be operational, unless i have misunderstood their use? static bool run_display = true; static bool ready = false; +// TODO: ideally there would be a default font, if there is i can't see where it is set static struct fcft_font *font; |