mirror of
https://github.com/kolunmi/dwlb.git
synced 2025-10-30 19:54:15 +00:00
fix typo in urgtextcolor
This commit is contained in:
parent
138dacf0b9
commit
5c5948aaf9
@ -15,4 +15,4 @@ static pixman_color_t activecolor = { .red = 0x0000, .green = 0x5555, .blue = 0x
|
||||
static pixman_color_t inactivecolor = { .red = 0x2222, .green = 0x2222, .blue = 0x2222, .alpha = 0xffff, };
|
||||
static pixman_color_t textcolor = { .red = 0xeeee, .green = 0xeeee, .blue = 0xeeee, .alpha = 0xffff, };
|
||||
static pixman_color_t urgbgcolor = { .red = 0xeeee, .green = 0xeeee, .blue = 0xeeee, .alpha = 0xffff, };
|
||||
static pixman_color_t urgtextcolor = { .red = 2222, .green = 0x2222, .blue = 0x2222, .alpha = 0xffff, };
|
||||
static pixman_color_t urgtextcolor = { .red = 0x2222, .green = 0x2222, .blue = 0x2222, .alpha = 0xffff, };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user