This commit is contained in:
David Heinemeier Hansson
2026-05-14 12:02:53 +02:00
parent 35cf232bcb
commit 41988fda2a
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ time_remaining=$(omarchy-battery-remaining-time)
capacity=$(omarchy-battery-capacity)
if [[ $state == "charging" ]]; then
echo "󰁹 Battery ${percentage}% · ${time_remaining} to full ·  ${power_rate}W / ${capacity}Wh"
echo "Battery ${percentage}% · ${time_remaining} to full ·  ${power_rate}W / ${capacity}Wh"
else
echo "󰁹 Battery ${percentage}% · ${time_remaining} left ·  ${power_rate}W / ${capacity}Wh"
echo "Battery ${percentage}% · ${time_remaining} left ·  ${power_rate}W / ${capacity}Wh"
fi
+1 -1
View File
@@ -2,4 +2,4 @@
# omarchy:summary=Show the current battery status notification
omarchy-notification-send -u low "$(omarchy-battery-status)"
omarchy-notification-send -g 󰁹 -u low "$(omarchy-battery-status)"
+1 -1
View File
@@ -2,4 +2,4 @@
# omarchy:summary=Show the current time and date notification
omarchy-notification-send -u low "$(date +"%A %H:%M · %d %B %Y · Week %V")"
omarchy-notification-send -g  -u low "$(date +"%A %H:%M · %d %B %Y · Week %V")"
+1 -1
View File
@@ -2,4 +2,4 @@
# omarchy:summary=Show the current weather notification
omarchy-notification-send -u low "$(omarchy-weather-status)"
omarchy-notification-send -g $(omarchy-weather-icon) -u low "$(omarchy-weather-status)"
+1 -1
View File
@@ -14,4 +14,4 @@ place=${place%%,*}
place=${place^}
temperature=${temperature#+}
echo "$(omarchy-weather-icon) $place · Temp $temperature · Wind $wind"
echo "$place · Temp $temperature · Wind $wind"