From 676ec3afeda3c41565c2780e0cab142ab141139f Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Tue, 10 Jun 2025 13:45:12 -0400 Subject: [PATCH] Using systemd-run to launch notify-send --- files/systemd/user/notify-update.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/systemd/user/notify-update.service b/files/systemd/user/notify-update.service index 86ecb44..ca8fd90 100644 --- a/files/systemd/user/notify-update.service +++ b/files/systemd/user/notify-update.service @@ -6,7 +6,7 @@ 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\!" +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 \ No newline at end of file