mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Extract built-in notifications
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# omarchy:summary=Show the current battery status notification
|
||||||
|
|
||||||
|
omarchy-notification-send -u low "$(omarchy-battery-status)"
|
||||||
Executable
+5
@@ -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")"
|
||||||
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# omarchy:summary=Show the current weather notification
|
||||||
|
|
||||||
|
omarchy-notification-send -u low "$(omarchy-weather-status)"
|
||||||
Reference in New Issue
Block a user