diff --git a/bin/omarchy-notification-battery b/bin/omarchy-notification-battery new file mode 100755 index 00000000..6d69b1d5 --- /dev/null +++ b/bin/omarchy-notification-battery @@ -0,0 +1,5 @@ +#!/bin/bash + +# omarchy:summary=Show the current battery status notification + +omarchy-notification-send -u low "$(omarchy-battery-status)" diff --git a/bin/omarchy-notification-time b/bin/omarchy-notification-time new file mode 100755 index 00000000..eb1d0d81 --- /dev/null +++ b/bin/omarchy-notification-time @@ -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")" diff --git a/bin/omarchy-notification-weather b/bin/omarchy-notification-weather new file mode 100755 index 00000000..c17688c0 --- /dev/null +++ b/bin/omarchy-notification-weather @@ -0,0 +1,5 @@ +#!/bin/bash + +# omarchy:summary=Show the current weather notification + +omarchy-notification-send -u low "$(omarchy-weather-status)"