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 /libnotify.go | |
| parent | 65cf744a8643d63780fed3fc2f60cbe289f54cac (diff) | |
set global options in init
Diffstat (limited to 'libnotify.go')
| -rw-r--r-- | libnotify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnotify.go b/libnotify.go index 19be3c0..fc5e897 100644 --- a/libnotify.go +++ b/libnotify.go @@ -89,7 +89,7 @@ func libNotifyUpdate() { w, h := me.baseGui.Size() if me.winchW != w || me.winchH != h { log.Info("handle SIGWINCH!", w, h) - me.notify.clock.tk.MoveToOffset(w-15, 1) + me.notify.clock.tk.MoveToOffset(w-me.notify.clock.offsetW, me.notify.clock.offsetH) me.notify.clock.tk.Hide() me.notify.clock.tk.Show() me.winchW = w |
