Coder Social home page Coder Social logo

activity-watch-setup's Introduction

ActivityWatch setup for time tracking

Additional stuff for wayland

  • install gnome extension manager

    sudo apt install gnome-shell-extension-manager
    
  • open extension manager and install focused window extension

    • Browse -> Search -> Focused Window D-Bus
  • manipulate extension manifest to be compatible with installed gnome version

    • Check gnome version
    gnome-shell --version
    
    • Manipulate extension manifest
    vi .local/share/gnome-shell/extensions/[email protected]/metadata.json
    
    • Logout/login; open extension manager to verify that the extension is active
  • install aw-awatcher for afk & window tracking

  • check that aw-server and aw-awatcher is working

    /opt/activitywatch/aw-server/aw-server --verbose
    /usr/bin/aw-awatcher -vvv
    

tmux

  • install tmux plugin
    https://github.com/akohlbecker/aw-watcher-tmux?tab=readme-ov-file#install-the-aw-watcher-tmux-plugin
    

tmux-attached

  • install aw-watcher-tmux-attached
    pip3 install aw-watcher-tmux-attached
    

Setup autostart

  • Create, test, and enable services

    mkdir -p $HOME/.local/share/systemd/user
    cp *.service $HOME/.local/share/systemd/user
    
    systemctl --user start activitywatch
    journalctl --user -u activitywatch
    systemctl --user enable activitywatch
    
    systemctl --user start aw-awatcher
    journalctl --user -u aw-awatcher
    systemctl --user enable aw-awatcher
    
    systemctl --user start aw-tmux-attached
    journalctl --user -u aw-tmux-attached
    systemctl --user enable aw-tmux-attached
    

activity-watch-setup's People

Contributors

patrislav1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.