From 91f6388777c69a5a4fedec23bc41addf91c64ff3 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 9 Jun 2025 12:00:13 -0400 Subject: [PATCH] Removed condition to notify update service --- files/systemd/system/notify_update.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/systemd/system/notify_update.service b/files/systemd/system/notify_update.service index 306e301..23c6afb 100644 --- a/files/systemd/system/notify_update.service +++ b/files/systemd/system/notify_update.service @@ -5,8 +5,6 @@ After=bootc-status-updated.target [Service] Type=exec -# For when only in graphical session -ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" ExecStart=/usr/bin/notify-send "New system update downloaded\!" [Install]