parent
cf8c435da8
commit
5224fd0978
2 changed files with 16 additions and 0 deletions
8
home/.config/autostart/activitywatch.desktop
Normal file
8
home/.config/autostart/activitywatch.desktop
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=ActivityWatch
|
||||||
|
Comment=ActivityWatch
|
||||||
|
Terminal=false
|
||||||
|
Categories=Utility;
|
||||||
|
Exec=aw-qt
|
8
src/setup/apps/activitywatch.py
Normal file
8
src/setup/apps/activitywatch.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
from src.util import paru_install, copy_file
|
||||||
|
|
||||||
|
desc = "Local activity monitor"
|
||||||
|
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
paru_install("activitywatch-bin")
|
||||||
|
copy_file("home/.config/autostart/activitywatch.desktop")
|
Loading…
Add table
Add a link
Reference in a new issue