Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removing error of 3 min timeout due to AFK | updating acitve_window_title ↵ | 2022-07-24 | 3 | -7/+21 | ||
| | | | | function | |||||
* | added two commands -ds -y and -ws -pw | 2022-07-19 | 3 | -7/+17 | ||
| | ||||||
* | Adding option of custom date and custom week to get users usage | 2022-07-19 | 5 | -43/+106 | ||
| | ||||||
* | adding AFK condition if there is any video playback running in background ↵ | 2022-07-18 | 2 | -3/+19 | ||
| | | | | (for pulseaudio) | changing value for more accuracy | |||||
* | adding -s option to start watch_log function | active_window function ↵ | 2022-07-18 | 2 | -3/+6 | ||
| | | | | updated to reduce error to get home-screen | |||||
* | fixing typo | 2022-07-14 | 2 | -2/+3 | ||
| | ||||||
* | Removing EWMH module as a dependancy (causing more RAM consumption over the ↵ | 2022-07-12 | 3 | -23/+18 | ||
| | | | | time) | |||||
* | aborting realtime-stats feature due to heavy RAM consumption so log-files ↵ | 2022-07-11 | 3 | -56/+60 | ||
| | | | | get updated at event (when user changes window) | |||||
* | fixing typo | changing some time.sleep() values so that low CPU will consume | 2022-07-09 | 3 | -7/+5 | ||
| | ||||||
* | Update 1.2 | AFK feature | New algorithm to update log file at each second | 2022-07-09 | 11 | -206/+217 | ||
|\ | ||||||
| * | updating installation guide in README.md | 2022-07-08 | 1 | -3/+10 | ||
| | | ||||||
| * | refactoring some function | 2022-07-08 | 6 | -111/+98 | ||
| | | ||||||
| * | updating install | updating bin according to new function names | 2022-07-08 | 2 | -31/+27 | ||
| | | ||||||
| * | updating log file algorithm | added AFK feature | changing dependency ↵ | 2022-07-08 | 3 | -54/+76 | ||
| | | | | | | | | xdotool to ewmh | |||||
| * | improvised append_line function | 2022-03-22 | 1 | -19/+11 | ||
| | | ||||||
* | | Ubuntu error solved of getting active window; | 2022-06-14 | 1 | -8/+4 | ||
| | | ||||||
* | | #Issue7 resolved time_difference error | 2022-05-15 | 1 | -2/+4 | ||
| | | ||||||
* | | Merge pull request #6 from ethanmlee/python3-fix | 2022-03-31 | 1 | -1/+1 | ||
|\ \ | |/ |/| | switch to python3 in shebang | |||||
| * | switch to python3 in shebang | 2022-03-29 | 1 | -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 ↵ | 2022-03-22 | 1 | -2/+5 | ||
| | | | | from xinitrc | |||||
* | sourcing .xprofile from .xinitrc at beginining of file | 2022-03-22 | 1 | -11/+16 | ||
| | ||||||
* | error fixed in time_differnece | 2022-03-19 | 1 | -4/+7 | ||
| | ||||||
* | changing approach to problem occured at 24:00 clock | 2022-03-18 | 1 | -1/+1 | ||
| | ||||||
* | changing approach to problem occured at 24:00 clock | added prompt in ↵ | 2022-03-18 | 2 | -16/+27 | ||
| | | | | install script | |||||
* | issue resolved : watch_log stoped working after 24:00 | 2022-03-18 | 1 | -0/+7 | ||
| | ||||||
* | issue resolved : watch_log stoped working after 24:00 | 2022-03-17 | 1 | -7/+6 | ||
| | ||||||
* | resolving conflict in install file for those who still using systemd service | 2022-03-16 | 1 | -0/+7 | ||
| | ||||||
* | Update install | 2022-03-16 | 1 | -1/+1 | ||
| | ||||||
* | sourcing .xprofile in install script | 2022-03-15 | 1 | -0/+2 | ||
| | ||||||
* | fixing issue in watch_log | occurs is file doesn't exist | 2022-03-15 | 3 | -19/+7 | ||
| | ||||||
* | fixing issue in install file | 2022-03-15 | 1 | -5/+8 | ||
| | ||||||
* | (xprofile) | changing aproach to install/run watch_log script | adding ↵ | 2022-03-15 | 4 | -25/+61 | ||
| | | | | install uninstall script | |||||
* | Update README.md | 2022-03-13 | 1 | -1/+2 | ||
| | ||||||
* | exception handling in watcher executable file | 2022-03-13 | 6 | -40/+35 | ||
| | ||||||
* | Merge pull request #1 from nothingButSyntaxError/patch-1 | 2022-03-13 | 1 | -1/+1 | ||
|\ | | | | | Updated watcher for each system | not specifying python interpreter | |||||
| * | Updated watcher | 2022-03-13 | 1 | -1/+1 | ||
|/ | | | If there is no python3 it will throw errors in some linux systems where the user has not defaulted to python | |||||
* | Update README.md | 2022-03-13 | 1 | -2/+3 | ||
| | ||||||
* | fixing issues in install-systemd.bash | 2022-03-13 | 2 | -1/+19 | ||
| | ||||||
* | Update install.bash | 2022-03-13 | 1 | -1/+1 | ||
| | ||||||
* | Update README.md | 2022-03-13 | 1 | -2/+29 | ||
| | ||||||
* | completed week overview feature | 2022-03-12 | 9 | -70/+144 | ||
| | ||||||
* | sorting app usage on the basis of screen-time | 2022-03-11 | 1 | -19/+72 | ||
| | ||||||
* | updating executable file and added function in time_operation module | 2022-03-11 | 6 | -18/+53 | ||
| | ||||||
* | log_files(implementing new approach) | so some changes in report_creation | 2022-03-10 | 5 | -66/+68 | ||
| | ||||||
* | initializing project with bare minimal features | 2022-03-09 | 8 | -0/+283 | ||
| | ||||||
* | Initial commit | 2022-03-08 | 2 | -0/+23 | ||