Toggle weather panel from shortcut

This commit is contained in:
David Heinemeier Hansson
2026-05-21 13:31:28 +02:00
parent c3cabffa44
commit 8510a81921
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/bin/bash
# omarchy:summary=Show the current weather notification
# omarchy:summary=Toggle the current weather panel
omarchy-shell Weather show
omarchy-shell Weather toggle
+1 -1
View File
@@ -51,7 +51,7 @@ o.bind("SUPER + SHIFT + CTRL + R", "Clear reminders", "omarchy-reminder clear")
o.bind("SUPER + CTRL + ALT + T", "Show time", "omarchy-notification-time")
o.bind("SUPER + CTRL + ALT + B", "Show battery remaining", "omarchy-notification-battery")
o.bind("SUPER + CTRL + ALT + W", "Show weather", "omarchy-notification-weather")
o.bind("SUPER + CTRL + ALT + W", "Toggle weather", "omarchy-notification-weather")
o.bind("SUPER + CTRL + A", "Audio panel", "omarchy-shell panels.audio toggle")
o.bind("SUPER + CTRL + B", "Bluetooth panel", "omarchy-shell panels.bluetooth toggle")