From 6d1dfed3db9c08b85fd40c1592edf3c730b5b348 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Mar 2025 02:12:54 -0600 Subject: set global options in init --- init.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.go') diff --git a/init.go b/init.go index 65653b2..7142abf 100644 --- a/init.go +++ b/init.go @@ -149,7 +149,12 @@ func initPlugin() { me.dropdown.wId = -77 me.textbox.wId = -55 me.stdout.wId = -4 + + // the clock widget id and offset me.notify.clock.wId = -5 + me.notify.clock.offsetW = 13 + me.notify.clock.offsetH = 1 + me.notify.menu.wId = -5 Set(&me.dropdown, "default") -- cgit v1.2.3