aboutsummaryrefslogtreecommitdiff
path: root/src/Watcher/analysis.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-09fixing typo | changing some time.sleep() values so that low CPU will consumeLibravatar Waishnav3-7/+5
2022-07-08updating installation guide in README.mdLibravatar Waishnav1-3/+10
2022-07-08refactoring some functionLibravatar Waishnav6-111/+98
2022-07-08updating install | updating bin according to new function namesLibravatar Waishnav2-31/+27
2022-07-08updating log file algorithm | added AFK feature | changing dependency ↵Libravatar Waishnav3-54/+76
xdotool to ewmh
2022-06-14Ubuntu error solved of getting active window;Libravatar Waishnav1-8/+4
2022-05-15#Issue7 resolved time_difference errorLibravatar Waishnav1-2/+4
2022-03-29switch to python3 in shebangLibravatar Ethan M. Lee1-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
2022-03-22improvised append_line functionLibravatar Waishnav1-19/+11
2022-03-22removing conflict with previous version of watcher about sourcing xprofile ↵Libravatar Waishnav1-2/+5
from xinitrc
2022-03-22sourcing .xprofile from .xinitrc at beginining of fileLibravatar Waishnav1-11/+16
2022-03-19error fixed in time_differneceLibravatar Waishnav1-4/+7
2022-03-18changing approach to problem occured at 24:00 clockLibravatar Waishnav1-1/+1
2022-03-18changing approach to problem occured at 24:00 clock | added prompt in ↵Libravatar Waishnav2-16/+27
install script
2022-03-18issue resolved : watch_log stoped working after 24:00Libravatar Waishnav1-0/+7
2022-03-17issue resolved : watch_log stoped working after 24:00Libravatar Waishnav1-7/+6
2022-03-16resolving conflict in install file for those who still using systemd serviceLibravatar Waishnav1-0/+7
2022-03-16Update installLibravatar Waishnav Deore1-1/+1
2022-03-15sourcing .xprofile in install scriptLibravatar Waishnav1-0/+2
2022-03-15fixing issue in watch_log | occurs is file doesn't existLibravatar Waishnav3-19/+7
2022-03-15fixing issue in install fileLibravatar Waishnav1-5/+8
2022-03-15(xprofile) | changing aproach to install/run watch_log script | adding ↵Libravatar Waishnav4-25/+61
install uninstall script
2022-03-13Update README.mdLibravatar Waishnav Deore1-1/+2
2022-03-13exception handling in watcher executable fileLibravatar Waishnav6-40/+35
2022-03-13Updated watcherLibravatar Parth1-1/+1
If there is no python3 it will throw errors in some linux systems where the user has not defaulted to python
2022-03-13Update README.mdLibravatar Waishnav Deore1-2/+3
2022-03-13fixing issues in install-systemd.bashLibravatar Waishnav2-1/+19
2022-03-13Update install.bashLibravatar Waishnav Deore1-1/+1
2022-03-13Update README.mdLibravatar Waishnav Deore1-2/+29
2022-03-12completed week overview featureLibravatar Waishnav9-70/+144
2022-03-11sorting app usage on the basis of screen-timeLibravatar Waishnav1-19/+72
2022-03-11updating executable file and added function in time_operation moduleLibravatar Waishnav6-18/+53
2022-03-10log_files(implementing new approach) | so some changes in report_creationLibravatar Waishnav5-66/+68
2022-03-09initializing project with bare minimal featuresLibravatar Waishnav8-0/+283