aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Error in installtion solvedLibravatar Waishnav2022-11-142-4/+7
|
* Error in installtionLibravatar Waishnav2022-11-141-1/+1
|
* changed some variable namesLibravatar Waishnav2022-11-142-10/+4
|
* making easy to installation link using curlLibravatar Waishnav2022-11-141-0/+4
|
* Merge pull request #34 from PawanPatil19/patch-1Libravatar Vaishnav Deore2022-10-211-4/+10
|\ | | | | fix : v2.0 Issue to avoid replication of data as day changed
| * fix : v2.0 Issue to avoid replication of data as day changedLibravatar Pawan Patil2022-10-201-4/+10
| |
* | Merge pull request #35 from PawanPatil19/patch-2Libravatar Vaishnav Deore2022-10-201-1/+1
|\ \ | |/ |/| fix: Change directory from 'raw_data' to 'daily_data'
| * fix: Change directory from 'raw_data' to 'daily_data'Libravatar Pawan Patil2022-10-201-1/+1
|/
* cleaning documentation stuffs | making it pure dev-branch for v2.0Libravatar Waishnav2022-10-112-41/+1
|
* export python script for watcher v1.2 version csv filesLibravatar Waishnav2022-09-171-0/+83
|
* changed function according to 2.0 analysis functionLibravatar Waishnav2022-09-172-4/+3
|
* compensating error value changedLibravatar Waishnav2022-09-172-1/+14
|
* removed outdated commentLibravatar Waishnav2022-09-171-10/+6
|
* updated algorithm | update csv at every secondLibravatar Waishnav2022-09-173-94/+79
|
* Merge pull request #14 from augustin64/patch-1Libravatar Waishnav Deore2022-08-251-1/+3
|\ | | | | Ubuntu DE Homescreen error fixed
| * Update get_windows.pyLibravatar augustin642022-08-241-1/+3
|/ | | Fix an IndexError happening when going on homescreen on GNOME desktop causing the entire program to crash.
* AFK closed_at variable error if date got changeLibravatar Waishnav2022-07-251-1/+5
|
* removing error of 3 min timeout due to AFK | updating acitve_window_title ↵Libravatar Waishnav2022-07-243-7/+21
| | | | function
* added two commands -ds -y and -ws -pwLibravatar Waishnav2022-07-193-7/+17
|
* Adding option of custom date and custom week to get users usageLibravatar Waishnav2022-07-195-43/+106
|
* adding AFK condition if there is any video playback running in background ↵Libravatar Waishnav2022-07-182-3/+19
| | | | (for pulseaudio) | changing value for more accuracy
* adding -s option to start watch_log function | active_window function ↵Libravatar Waishnav2022-07-182-3/+6
| | | | updated to reduce error to get home-screen
* fixing typoLibravatar Waishnav2022-07-142-2/+3
|
* Removing EWMH module as a dependancy (causing more RAM consumption over the ↵Libravatar Waishnav2022-07-123-23/+18
| | | | time)
* aborting realtime-stats feature due to heavy RAM consumption so log-files ↵Libravatar Waishnav2022-07-113-56/+60
| | | | get updated at event (when user changes window)
* fixing typo | changing some time.sleep() values so that low CPU will consumeLibravatar Waishnav2022-07-093-7/+5
|
* Update 1.2 | AFK feature | New algorithm to update log file at each secondLibravatar Waishnav2022-07-0911-206/+217
|\
| * updating installation guide in README.mdLibravatar Waishnav2022-07-081-3/+10
| |
| * refactoring some functionLibravatar Waishnav2022-07-086-111/+98
| |
| * updating install | updating bin according to new function namesLibravatar Waishnav2022-07-082-31/+27
| |
| * updating log file algorithm | added AFK feature | changing dependency ↵Libravatar Waishnav2022-07-083-54/+76
| | | | | | | | xdotool to ewmh
| * improvised append_line functionLibravatar Waishnav2022-03-221-19/+11
| |
* | Ubuntu error solved of getting active window;Libravatar Waishnav2022-06-141-8/+4
| |
* | #Issue7 resolved time_difference errorLibravatar Waishnav2022-05-151-2/+4
| |
* | Merge pull request #6 from ethanmlee/python3-fixLibravatar Waishnav Deore2022-03-311-1/+1
|\ \ | |/ |/| switch to python3 in shebang
| * switch to python3 in shebangLibravatar Ethan M. Lee2022-03-291-1/+1
|/ | | on debian the #!/usr/bin/python links to python2 to help with stability of older packages. It also might be better to specify a python the python version anyways since it does not work with python2
* removing conflict with previous version of watcher about sourcing xprofile ↵Libravatar Waishnav2022-03-221-2/+5
| | | | from xinitrc
* sourcing .xprofile from .xinitrc at beginining of fileLibravatar Waishnav2022-03-221-11/+16
|
* error fixed in time_differneceLibravatar Waishnav2022-03-191-4/+7
|
* changing approach to problem occured at 24:00 clockLibravatar Waishnav2022-03-181-1/+1
|
* changing approach to problem occured at 24:00 clock | added prompt in ↵Libravatar Waishnav2022-03-182-16/+27
| | | | install script
* issue resolved : watch_log stoped working after 24:00Libravatar Waishnav2022-03-181-0/+7
|
* issue resolved : watch_log stoped working after 24:00Libravatar Waishnav2022-03-171-7/+6
|
* resolving conflict in install file for those who still using systemd serviceLibravatar Waishnav2022-03-161-0/+7
|
* Update installLibravatar Waishnav Deore2022-03-161-1/+1
|
* sourcing .xprofile in install scriptLibravatar Waishnav2022-03-151-0/+2
|
* fixing issue in watch_log | occurs is file doesn't existLibravatar Waishnav2022-03-153-19/+7
|
* fixing issue in install fileLibravatar Waishnav2022-03-151-5/+8
|
* (xprofile) | changing aproach to install/run watch_log script | adding ↵Libravatar Waishnav2022-03-154-25/+61
| | | | install uninstall script
* Update README.mdLibravatar Waishnav Deore2022-03-131-1/+2
|