-
Go to the following link: https://github.com/ActivityWatch/activitywatch/releases/latest
-
Click the Appimage file to download it.
-
Locate the downloaded app and put it in the following location:
/home/[USERNAME]/bin/, whereas[USERNAME]is your Linux username. -
Rename the Appimage file to
activitywatch. -
Inside
/home/[USERNAME]/bin/, run the following command:
chmod +x ./activitywatch- Run the following commands to install
dex, an autostarter app for Linux:
cd /tmp
git clone https://github.com/jceb/dex.git
cd dex
chmod +x ./dex
sudo cp dex /opt
cd ..
rm -rf dex- Make a new file in
/home/[USERNAME]/.config/autostart/activitywatcher.desktop, whereas[USERNAME]is your Linux username, with the following content:
[Desktop Entry]
Type=Application
Exec=/home/[USERNAME]/bin/activitywatch
Hidden=false
X-GNOME-Autostart-enabled=true
Name=ActivityWatchwhereas [USERNAME] is your Linux username
- Reboot your Linux machine, then login, and it should autostart!
Thanks for coming to my TED talk :3