herbe

[fork] notifications
git clone https://hhvn.uk/herbe
git clone git://hhvn.uk/herbe
Log | Files | Refs | README | LICENSE

config.h (401B)


      1 char *background_color = "#90222b";
      2 char *border_color = "#90222b";
      3 char *font_color = "#0a0a10";
      4 char *font_pattern = "monospace:size=7";
      5 
      6 unsigned lpad = 5;
      7 unsigned pad = 10;
      8 unsigned border = 0;
      9 
     10 enum corners corner = TOP_RIGHT;
     11 unsigned w = 650;
     12 unsigned x = 0;
     13 unsigned y = 16;
     14 
     15 unsigned int duration = 0; /* in seconds, 0 = none */
     16 
     17 #define DISMISS_BUTTON Button1
     18 #define ACTION_BUTTON Button3