You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling matugen in waybar results in the waybar reload post-hook running but it is seemingly random which other hooks run.
When I comment out the post-hook, #post_hook = 'pkill -SIGUSR2 waybar' # reload all other post-hooks function properly
Attempting to do something like "on-click": "~/.config/hypr/Scripts/WallpaperSelect.sh && pkill -SIGUSR2 waybar", in waybar with the post-hook commented also exhibits this problem.
Calling matugen in waybar results in the waybar reload post-hook running but it is seemingly random which other hooks run.
When I comment out the post-hook,
#post_hook = 'pkill -SIGUSR2 waybar' # reload
all other post-hooks function properlyAttempting to do something like
"on-click": "~/.config/hypr/Scripts/WallpaperSelect.sh && pkill -SIGUSR2 waybar",
in waybar with the post-hook commented also exhibits this problem.As an example my config.tomi has
Here is a video I took showcasing it
Bug.mp4
edit: video didn't send properly initially
The text was updated successfully, but these errors were encountered: