This commit is contained in:
2026-03-11 11:52:02 +09:00
committed by GitHub
commit 8d77a62e26
22 changed files with 3377 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Screen Time Tracking Daemon
After=gnome-shell.service
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/screentimed
Restart=on-failure
RestartSec=5
[Install]
WantedBy=graphical-session.target