Initial commit: basic scripting, working under KDE Wayland
This commit is contained in:
8
systemd/screenshot.service
Normal file
8
systemd/screenshot.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Take screenshot
|
||||
DefaultDependencies=no
|
||||
After=local-fs.target time-set.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/immortaly007/Scripts/screener/screenshot.sh
|
||||
11
systemd/screenshot.timer
Normal file
11
systemd/screenshot.timer
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Take screenshot every 1 minutes with random delay
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:00/1:00
|
||||
# RandomizedDelaySec=3m
|
||||
AccuracySec=1s
|
||||
Persistent=false
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user