Compare commits

..

2 Commits

Author SHA1 Message Date
38c06add07 Use swww daemon directly and change via matugen instead of relying on hyprpanel
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m0s
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 10m51s
2025-06-12 15:48:23 -04:00
2c63bb8642 Moved notify service back to user space due to user scope not found. 2025-06-11 16:41:41 -04:00
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Background service
# order startup after WM
After=graphical-session.target
[Service]
Type=exec
# Repurpose XDG Autostart filtering
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
ExecStart=/usr/bin/swww-daemon
Restart=on-failure
Slice=app-graphical.slice
[Install]
WantedBy=graphical-session.target

View File

@@ -14,12 +14,13 @@ modules:
- bootc-fetch-updates.timer
- podman-auto-update.timer
- flatpak-system-update.timer
- notify-update.service
user:
enabled:
- podman-auto-update.timer
- flatpak-user-update.timer
- unlock-kwallet.service
- notify-update.service
- swww.service
- type: dnf
install: