Rewrite usign Xlib instead of xcb
This commit is contained in:
parent
bebac62f49
commit
45c030065a
4 changed files with 104 additions and 39 deletions
13
config.h
Normal file
13
config.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
unsigned long background_color = 0xFFFFFF;
|
||||
unsigned long border_color = 0xFF0000;
|
||||
|
||||
const static char *font_style = "Inconsolata:style=Medium:size=13";
|
||||
const static char *font_color = "#000000";
|
||||
|
||||
const static unsigned int width = 325;
|
||||
const static unsigned int height = 50;
|
||||
const static unsigned int border_size = 5;
|
||||
const static unsigned int pos_x = 1920 - width - border_size - 30;
|
||||
const static unsigned int pos_y = 50;
|
||||
|
||||
const static int duration = 5;
|
Loading…
Add table
Add a link
Reference in a new issue