Files
hydro-os/files/systemd/user/notify-update.service
Eriq Taing 430b6ac49b
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m35s
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 41s
Moved notify-update service to user space and updated name to have consistent naming format.
2025-06-09 23:55:13 -04:00

12 lines
381 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
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