diff options
| author | Jeff Carr <[email protected]> | 2025-03-03 02:12:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-03 02:12:54 -0600 |
| commit | 6d1dfed3db9c08b85fd40c1592edf3c730b5b348 (patch) | |
| tree | d46ec5b2442c94e95d105dbde89d967d51b5ccc6 /init.go | |
| parent | 65cf744a8643d63780fed3fc2f60cbe289f54cac (diff) | |
set global options in init
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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") |
