Files
hydro-os/files/systemd/user/notify-update.service
Eriq Taing 676ec3afed
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m31s
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 42s
Using systemd-run to launch notify-send
2025-06-10 13:45:12 -04:00

12 lines
456 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/systemd-run --user notify-send 'Update Downloaded!' 'A new update has been downloaded! Please restart to apply update!'
[Install]
WantedBy=bootc-status-updated.target