Fixes
-
Waybar removal array-agnostic (#10):
waybar-remove(andsetup --force) now scrubscustom/hyprcaffeinefrom anymodules-*array — not justmodules-right. Prevents orphaned placement references after uninstall when the module was inmodules-leftormodules-center. Drops dead helpers_in_modules_right/_get_modules_right_block. Thanks @Mahlski. -
Waybar reload via SIGUSR2 (#11): Replaces the fragile
pkill+hyprctl dispatch exec waybarrestart path withpkill -SIGUSR2 -x waybar— waybar's documented in-place reload signal. Fixes dead bar on Lua-config Hyprland where dispatch was blocked. Removes hardcoded UID/WAYLAND_DISPLAY/instance-signature assumptions. Both scripts now shellcheck-clean. Thanks @Mahlski.
Full changelog: v0.9.1...v0.9.2