diff options
author | 2022-10-11 03:44:14 +0530 | |
---|---|---|
committer | 2022-10-11 03:44:14 +0530 | |
commit | abefc10eedc1f71d791ea86394fd749a3d8b5e0d (patch) | |
tree | 69ad7b6e1cc73c5f57e9310cbc0ad73e3682a34d | |
parent | b95a2ca20ba884934b0301b8cc245c7e16e8bb11 (diff) | |
download | shopno-os-log-sync-abefc10eedc1f71d791ea86394fd749a3d8b5e0d.tar.gz shopno-os-log-sync-abefc10eedc1f71d791ea86394fd749a3d8b5e0d.zip |
cleaning documentation stuffs | making it pure dev-branch for v2.0
Diffstat (limited to '')
-rw-r--r-- | README.md | 40 | ||||
-rwxr-xr-x | src/bin/watcher | 2 |
2 files changed, 1 insertions, 41 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 353c5a3..0000000 --- a/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# Watcher -### Minimal Open source Screen-Time Tracker (CLI-app) -<img src="https://cdn.discordapp.com/attachments/846673042893832195/952274599276580874/watcher.png" width=90% height=auto> - -## Table of Contents - -- [About](#about) -- [Gallery](#gallery) -- [Installation](#installation) -- [Todo](#to-do) - -## About -Watcher is CLI-app (at this moment) which helps you to get perspective about your Screen-time - -## Gallery -Day Summary | Week Summary -:-------------------------:|:-------------------------: - |  - -Funfact: You might be thinking how can someone has 14 hrs of screen time in a single day, Well ! short ans is AFK-feature is not implemented yet... Most of the time I left my laptop as it is so it also counts that AFK time as Screen-time - -## Installation -* Note: Install [```xprintidle```](https://github.com/g0hl1n/xprintidle) and [```xdotool```](https://github.com/jordansissel/xdotool) on your system ( its the only dependancy ) -* First, Install the following dependancy ```xprintidle``` and ```xdotool``` -```bash -$ sudo [package-manager] install xprintidle xdotool -``` -* Second, Clone this repository and cd into it- -```bash -$ git clone https://github.com/Waishnav/Watcher -$ cd ./Watcher/ -``` -* Then run install script -```bash -$ chmod +x ./install && ./install -``` - -## To-do -- [x] AFK feature -- [ ] GUI only if got 300 stars Probably [Tauri App](https://github.com/tauri-apps/tauri). diff --git a/src/bin/watcher b/src/bin/watcher index e02e9a3..0dde744 100755 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os import sys sys.path.insert(0, "/usr/share/Watcher/") |