Files
hydro-os/files/systemd/system/notify_update.service
Eriq Taing fd135e43d2
Some checks failed
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Failing after 1m12s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m5s
Removed ublue-os-update-services and moved from rpm-ostree to bootc update. Also added an update to notify on completed download.
2025-06-08 21:29:37 -04:00

13 lines
418 B
Desktop File

[Unit]
Description=Notify the user when the next update has been downloaded.
# order after update has been applied
After=bootc-status-updated.target
[Service]
Type=exec
# For when only in graphical session
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
ExecStart=/usr/bin/notify-send "New system update downloaded\!"
[Install]
WantedBy=bootc-status-updated.target