Using systemd-run to launch notify-send
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

This commit is contained in:
2025-06-10 13:45:12 -04:00
parent 430b6ac49b
commit 676ec3afed

View File

@@ -6,7 +6,7 @@ After=bootc-status-updated.target
[Service] [Service]
Type=exec Type=exec
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
ExecStart=/usr/bin/notify-send "New system update downloaded\!" ExecStart=/usr/bin/systemd-run --user notify-send 'Update Downloaded!' 'A new update has been downloaded! Please restart to apply update!'
[Install] [Install]
WantedBy=bootc-status-updated.target WantedBy=bootc-status-updated.target