-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
30 lines (28 loc) · 642 Bytes
/
snapcraft.yaml
File metadata and controls
30 lines (28 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: keep-presence
version: '1.0.7'
summary: Keep Presence
description: |
This program moves the mouse or press a key when it detects that you are away.
It won't do anything if you are using your computer.
Useful to trick your machine to think you are still working with it.
icon: snap/gui/logo.png
grade: stable
confinement: strict
base: core18
parts:
copy-stuff:
plugin: dump
source: ./src
keep-presence:
plugin: python
python-version: python3
source: .
dlib:
plugin: python
python-packages:
- pynput
apps:
keep-presence:
command: python3 $SNAP/keep-presence.py
plugs:
- x11