Extract built-in notifications

This commit is contained in:
David Heinemeier Hansson
2026-05-14 12:02:53 +02:00
parent e766f0ac28
commit 35cf232bcb
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# omarchy:summary=Show the current battery status notification
omarchy-notification-send -u low "$(omarchy-battery-status)"
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# omarchy:summary=Show the current time and date notification
omarchy-notification-send -u low " $(date +"%A %H:%M · %d %B %Y · Week %V")"
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# omarchy:summary=Show the current weather notification
omarchy-notification-send -u low "$(omarchy-weather-status)"