aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Waishnav <waishnavdeore@gmail.com>2022-07-12 16:17:39 +0530
committerLibravatar Waishnav <waishnavdeore@gmail.com>2022-07-12 16:17:39 +0530
commit27365936982c5e3fcab51f5d0f93ff4feea687ef (patch)
tree0047bff5bbd5193d7d86b2ac49c7df3fde6cad22 /README.md
parent80db09037a96b7887c65f48e62d9ba3bc8cb5ba8 (diff)
downloadshopno-os-log-sync-27365936982c5e3fcab51f5d0f93ff4feea687ef.tar.gz
shopno-os-log-sync-27365936982c5e3fcab51f5d0f93ff4feea687ef.zip
Removing EWMH module as a dependancy (causing more RAM consumption over the time)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 414d7b4..5197f23 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,10 @@ 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) on your system ( its the only dependancy )
-* First, Install the following dependancy
-```xprintidle```
-```EWMH python module```
+* 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
-$ pip install ewmh
+$ sudo [package-manager] install xprintidle xdotool
```
* Second, Clone this repository and cd into it-
```bash