summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-03 16:37:45 -0600
committerJeff Carr <[email protected]>2025-03-03 16:37:45 -0600
commitefb5ede4b94110da1c674542ec087a6a1dceaa99 (patch)
tree1069f6189e06fc9c54f2c32a17103d6859d831c8 /init.go
parent5e6d7cffdf56e478b10cc1061ca3e642d2e5e556 (diff)
libnotify menu at right height
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 2c1d0fc..983ddf8 100644
--- a/init.go
+++ b/init.go
@@ -191,7 +191,8 @@ func initPlugin() {
me.notify.clock.offsetW = 13
me.notify.clock.offsetH = 1
- me.notify.menu.wId = -5
+ me.notify.menu.wId = -6
+ me.notify.menu.offsetH = 0
Set(&me.dropdown, "default")
// s := fmt.Sprintln("fake default check =", me.FakeW, "dropdown.Id", me.dropdown.Id)