feat: add Arch update helper and web UI

This commit is contained in:
2026-05-03 22:48:01 +02:00
parent cbe105a719
commit 653ff6d298
12 changed files with 1349 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=LazyUpdateManager
Comment=Arch and Hyprland update helper
Exec=lazy-update-manager gui
Icon=system-software-update
Terminal=false
Categories=System;Utility;

View File

@@ -0,0 +1,6 @@
[Unit]
Description=LazyUpdateManager update reminder
[Service]
Type=oneshot
ExecStart=%h/.local/bin/lazy-update-manager notify

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Check for Arch updates and remind weekly
[Timer]
OnBootSec=10min
OnUnitActiveSec=2h
AccuracySec=15min
Persistent=true
[Install]
WantedBy=timers.target