Add files via upload

This commit is contained in:
2026-03-09 17:42:20 +09:00
committed by GitHub
commit 9f3f8dd67a
7 changed files with 1020 additions and 0 deletions

13
screentimed.service Normal file
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