Weather wraps its panel in a BarWidget that only exposed togglePanel(), so it couldn't ride the new shell-routed hotkey path and was left on the stale-prone per-plugin target. Expose open/close/opened on the wrapper (open maps to the panel's hotkey path so the center hover reveal stays suppressed) and switch omarchy-notification-weather to the new syntax. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Toggle the current weather panel
|
|
|
|
omarchy-shell shell toggle omarchy.weather
|