Skip to content

v0.9.2 — waybar removal + reload fixes

Latest

Choose a tag to compare

@hbuddenberg hbuddenberg released this 02 Jul 21:26
acdd0c8

Fixes

  • Waybar removal array-agnostic (#10): waybar-remove (and setup --force) now scrubs custom/hyprcaffeine from any modules-* array — not just modules-right. Prevents orphaned placement references after uninstall when the module was in modules-left or modules-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 waybar restart path with pkill -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