From fbb75017a893a039c0227d33df2be9a11c079fd5 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Fri, 25 Sep 2020 13:36:42 +0200 Subject: Make size of clock face lines configurable And use enum for long options --- src/wlclock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wlclock.h') diff --git a/src/wlclock.h b/src/wlclock.h index 2799452..ec8f981 100644 --- a/src/wlclock.h +++ b/src/wlclock.h @@ -42,6 +42,7 @@ struct Wlclock enum zwlr_layer_shell_v1_layer layer; struct Wlclock_dimensions dimensions; char *namespace; + int32_t clock_size; int32_t exclusive_zone; int32_t border_top, border_right, border_bottom, border_left; int32_t margin_top, margin_right, margin_bottom, margin_left; -- cgit v1.2.3