summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-03 22:56:05 -0600
committerJeff Carr <[email protected]>2025-03-03 22:56:05 -0600
commit54bbe72aa8fe60c21e3bca46a5455a2965859c5b (patch)
treea82dc1ceb64f65b1b034f9530863b539003d3ca2 /init.go
parentb373eab346cc96c8c790d9713824a9208e435748 (diff)
SIGWINCH works on background and libnotify widgets
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.go b/init.go
index 5153c12..3580116 100644
--- a/init.go
+++ b/init.go
@@ -191,7 +191,8 @@ func initPlugin() {
me.notify.clock.offsetH = 1
me.notify.menu.wId = -6
- me.notify.menu.offsetH = 0
+ me.notify.menu.offsetW = 4
+ me.notify.menu.offsetH = 1
me.notify.help.wId = -7
me.notify.help.offsetH = 3