mirror of
https://github.com/kolunmi/dwlb.git
synced 2025-10-28 18:54:17 +00:00
added todos to not yet configurable settings
This commit is contained in:
parent
b333822f24
commit
a72b8228b4
3
dwlb.c
3
dwlb.c
@ -124,12 +124,15 @@ static struct zxdg_output_manager_v1 *output_manager;
|
|||||||
|
|
||||||
static Bar *bars = NULL;
|
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 height;
|
||||||
static uint32_t textpadding;
|
static uint32_t textpadding;
|
||||||
|
|
||||||
|
// TODO: these seem to be operational, unless i have misunderstood their use?
|
||||||
static bool run_display = true;
|
static bool run_display = true;
|
||||||
static bool ready = false;
|
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;
|
static struct fcft_font *font;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user