From 5028f8b3c5931e56080da02d47023cd107f6762e Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 11 Jun 2025 00:55:56 -0400 Subject: [PATCH] Forgot to remove the exec condition. --- files/systemd/system/notify-update.service | 1 - 1 file changed, 1 deletion(-) diff --git a/files/systemd/system/notify-update.service b/files/systemd/system/notify-update.service index ca8fd90..0a94150 100644 --- a/files/systemd/system/notify-update.service +++ b/files/systemd/system/notify-update.service @@ -5,7 +5,6 @@ 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]