aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* path: Use `xdg.BaseDirectory` to get cache pathLibravatar Mubashshir2023-03-225-16/+30
| | | | Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
* changed some variable namesLibravatar Waishnav2022-11-142-10/+4
|
* fix : v2.0 Issue to avoid replication of data as day changedLibravatar Pawan Patil2022-10-201-4/+10
|
* cleaning documentation stuffs | making it pure dev-branch for v2.0Libravatar Waishnav2022-10-111-1/+1
|
* 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
|
* 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-193-42/+98
|
* 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-141-1/+2
|
* Removing EWMH module as a dependancy (causing more RAM consumption over the ↵Libravatar Waishnav2022-07-122-17/+15
| | | | 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-099-176/+183
|\
| * refactoring some functionLibravatar Waishnav2022-07-086-111/+98
| |
| * updating install | updating bin according to new function namesLibravatar Waishnav2022-07-081-4/+3
| |
| * 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
| |
* | 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
* 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-181-8/+14
| | | | 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
|
* fixing issue in watch_log | occurs is file doesn't existLibravatar Waishnav2022-03-153-19/+7
|
* exception handling in watcher executable fileLibravatar Waishnav2022-03-135-29/+35
|
* Updated watcherLibravatar Parth2022-03-131-1/+1
| | | If there is no python3 it will throw errors in some linux systems where the user has not defaulted to python
* fixing issues in install-systemd.bashLibravatar Waishnav2022-03-131-1/+1
|
* completed week overview featureLibravatar Waishnav2022-03-128-70/+133
|
* sorting app usage on the basis of screen-timeLibravatar Waishnav2022-03-111-19/+72
|
* updating executable file and added function in time_operation moduleLibravatar Waishnav2022-03-115-17/+52
|
* log_files(implementing new approach) | so some changes in report_creationLibravatar Waishnav2022-03-104-66/+67
|
* initializing project with bare minimal featuresLibravatar Waishnav2022-03-097-0/+283