From 6c46c1e95de3d5e58307b8b6c59289066133c70c Mon Sep 17 00:00:00 2001 From: iamancil <24bcs015@nith.ac.in> Date: Sat, 31 Jan 2026 11:37:57 +0530 Subject: [PATCH 1/4] tried something --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d15330e..1725931 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,15 @@ Funfact: You might be thinking how can someone has 14 hrs of screen time in a si - First, Install the following dependancy `xprintidle` and `xdotool` ```bash -$ sudo [package-manager] install xprintidle xdotool +``` +```sudo [package-manager] install xprintidle xdotool ``` - Second, Copy the Following Command and paste in terminal ```bash -$ bash <(curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install) +``` +```bash <(curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install) ``` - Then run install script From 5b3a9da902bdb1b250106e780bc1dd6a245a0246 Mon Sep 17 00:00:00 2001 From: iamancil <24bcs015@nith.ac.in> Date: Sat, 31 Jan 2026 11:39:29 +0530 Subject: [PATCH 2/4] tried something again --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1725931..9874e4b 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,13 @@ Funfact: You might be thinking how can someone has 14 hrs of screen time in a si - First, Install the following dependancy `xprintidle` and `xdotool` ```bash -``` -```sudo [package-manager] install xprintidle xdotool + sudo [package-manager] install xprintidle xdotool ``` - Second, Copy the Following Command and paste in terminal ```bash -``` -```bash <(curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install) + bash <(curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install) ``` - Then run install script From a7632df65435191ab18f5257521ed0128f78f555 Mon Sep 17 00:00:00 2001 From: iamancil <24bcs015@nith.ac.in> Date: Sat, 31 Jan 2026 11:41:30 +0530 Subject: [PATCH 3/4] removed the extra $ in commands in installation in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9874e4b..a0e4dae 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Funfact: You might be thinking how can someone has 14 hrs of screen time in a si - Then run install script ```bash -$ chmod +x ./install && ./install + chmod +x ./install && ./install ``` ### Want to Contribute From 688bd66bc436cb7e2f6e78c779979c4a4ec04b09 Mon Sep 17 00:00:00 2001 From: iamancil <24bcs015@nith.ac.in> Date: Sat, 31 Jan 2026 17:37:33 +0530 Subject: [PATCH 4/4] fixed the looping install instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0e4dae..782dc11 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ Funfact: You might be thinking how can someone has 14 hrs of screen time in a si sudo [package-manager] install xprintidle xdotool ``` -- Second, Copy the Following Command and paste in terminal +- Second, Download the install script ```bash - bash <(curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install) + curl -s https://raw.githubusercontent.com/Waishnav/Watcher/main/install -o install ``` -- Then run install script +- Third, Run the install script ```bash chmod +x ./install && ./install