diff --git a/home/.config/autostart/activitywatch.desktop b/home/.config/autostart/activitywatch.desktop new file mode 100644 index 0000000..c164f97 --- /dev/null +++ b/home/.config/autostart/activitywatch.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=ActivityWatch +Comment=ActivityWatch +Terminal=false +Categories=Utility; +Exec=aw-qt diff --git a/src/setup/apps/activitywatch.py b/src/setup/apps/activitywatch.py new file mode 100644 index 0000000..3a4326e --- /dev/null +++ b/src/setup/apps/activitywatch.py @@ -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")