herbe

[fork] notifications
Log | Files | Refs | README | LICENSE

commit b6c58f80c87f37dab6010278715ac3b6ce7105b0
parent f8e5c4741fa8d998eb6ce1df324482ad78cc4100
Author: hhvn <dev@hhvn.uk>
Date:   Tue, 23 May 2023 10:33:28 +0100

Restyle

Diffstat:
Mconfig.h | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/config.h b/config.h @@ -1,16 +1,16 @@ -char *background_color = "#0a0a10"; -char *border_color = "#30404e"; -char *font_color = "#1e5eb3"; +char *background_color = "#90222b"; +char *border_color = "#90222b"; +char *font_color = "#0a0a10"; char *font_pattern = "monospace:size=7"; unsigned lpad = 5; -unsigned pad = 15; -unsigned border = 2; +unsigned pad = 10; +unsigned border = 0; -enum corners corner = TOP_LEFT; +enum corners corner = TOP_RIGHT; unsigned w = 650; -unsigned x = 10; -unsigned y = 25; +unsigned x = 0; +unsigned y = 16; unsigned int duration = 0; /* in seconds, 0 = none */