Closed nakoo closed 5 months ago
Hi!
Whoa I actually have this issue haha, I didn't notice it until I read this.
It seems that the problem with the menu opening no matter where you click only happens after you click on the usual place at least once; as for the issue with applications missing, I'd say it is due to environment variables not being present on waybar when it runs via systemd (same reason why the PATH has almost anything), I gotta take a deeper look at it
I mostly open the menu with a keybind anyway, so I might actually "fix" this by simply removing the on-click event
While not ideal, I could mitigate the click issue by adding a sleep .1
line.
https://github.com/hyprwm/Hyprland/issues/1348#issuecomment-1565604984
Sorry for the late reply. It seems hyprland added home-manager options for this purpose.
wayland.windowManager.hyprland.systemd.variables = ["--all"]
fixed issue.
Also it seems on-click bug has been fixed. I didn't face any issue so far.
I recently switched my waybar setup with systemd integration, following the a1cbf69 commit. However, I've encountered an issue where wofi doesn't seem to work correctly in this setup. Unlike when I execute the
wofi
command in the terminal, wofi on waybar only detects significantly fewer applications. Furthermore, when I click thecustom/menu
icon on waybar to opendrun
menu,drun
menu pops up no matter where I click on waybar. I'm curious about how you resolved these issues. I've been following your commits but haven't been able to figure it out myself. I would appreciate your help. Thanks.