0.10.3Linux
Added 3
- Cursor changes to indicate module clickability
- Style tray icon on hover
- Add hover effect for whole group
Fixed 9
- Fix {health} format replacement in battery module
- Fix segfault in upower by initializing lastWarningLevel
- Fix Hyprland socketpath to work with XDG_RUNTIME_DIR
- Fix build on FreeBSD for pipewire
- Set cursor appropriately on user event hover
- Fix Nix Flake overlay application
- Fix custom module mediaplayer not respecting arguments
- Fix tooltip-format on custom modules not working in some cases
- Remove listener when the window is destroyed
What's Changed
- fix(battery): Fix
{health}format replacement by @kiriDevs in https://github.com/Alexays/Waybar/pull/3167 - Cursor change to indicate module clickability by @bananaoomarang in https://github.com/Alexays/Waybar/pull/3108
- upower: fix segfault by initializing lastWarningLevel by @craftyguy in https://github.com/Alexays/Waybar/pull/3171
- Fix Hyprland socketpath changed to XDG_RUNTIME_DIR by @zjeffer in https://github.com/Alexays/Waybar/pull/3183
- pipewire: unbreak build on FreeBSD by @jbeich in https://github.com/Alexays/Waybar/pull/3193
- fix: set cursor appropriately on user event hover by @haug1 in https://github.com/Alexays/Waybar/pull/3195
- Nix Flake: Fix overlay (again) by @spikespaz in https://github.com/Alexays/Waybar/pull/3196
- fix: custom module mediaplayer doesn't respect argument by @stanly0726 in https://github.com/Alexays/Waybar/pull/3198
- flake: fix overlay not actually being applied by @spitulax in https://github.com/Alexays/Waybar/pull/3208
- feat(#3182): style tray icon on hover by @haug1 in https://github.com/Alexays/Waybar/pull/3203
- fix(#3210): tooltip-format on custom modules not working in some cases by @haug1 in https://github.com/Alexays/Waybar/pull/3213
- feat(#3174): hover for whole group by @haug1 in https://github.com/Alexays/Waybar/pull/3201
- Remove listener when the window is destroyed by @eyusupov in https://github.com/Alexays/Waybar/pull/3215
New Contributors
- @bananaoomarang made their first contribution in https://github.com/Alexays/Waybar/pull/3108
- @craftyguy made their first contribution in https://github.com/Alexays/Waybar/pull/3171
- @stanly0726 made their first contribution in https://github.com/Alexays/Waybar/pull/3198
- @spitulax made their first contribution in https://github.com/Alexays/Waybar/pull/3208
Full Changelog: https://github.com/Alexays/Waybar/compare/0.10.2...0.10.3