Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian: Release new revision | 2023-09-18 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mubashshir <ahm@jadupc.com> | ||||
* | system-stats: Add system pressure stats logger | 2023-09-18 | 5 | -0/+8914 | |
| | | | | Signed-off-by: Mubashshir <ahm@jadupc.com> | ||||
* | path: Use `xdg.BaseDirectory` to get cache path | 2023-03-22 | 5 | -16/+30 | |
| | | | | Signed-off-by: Mubashshir <ahmubashshir@gmail.com> | ||||
* | changed some variable names | 2022-11-14 | 2 | -10/+4 | |
| | |||||
* | fix : v2.0 Issue to avoid replication of data as day changed | 2022-10-20 | 1 | -4/+10 | |
| | |||||
* | cleaning documentation stuffs | making it pure dev-branch for v2.0 | 2022-10-11 | 1 | -1/+1 | |
| | |||||
* | changed function according to 2.0 analysis function | 2022-09-17 | 2 | -4/+3 | |
| | |||||
* | compensating error value changed | 2022-09-17 | 2 | -1/+14 | |
| | |||||
* | removed outdated comment | 2022-09-17 | 1 | -10/+6 | |
| | |||||
* | updated algorithm | update csv at every second | 2022-09-17 | 3 | -94/+79 | |
| | |||||
* | Update get_windows.py | 2022-08-24 | 1 | -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 change | 2022-07-25 | 1 | -1/+5 | |
| | |||||
* | 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 | 3 | -42/+98 | |
| | |||||
* | 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 | 1 | -1/+2 | |
| | |||||
* | Removing EWMH module as a dependancy (causing more RAM consumption over the ↵ | 2022-07-12 | 2 | -17/+15 | |
| | | | | 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 | 9 | -176/+183 | |
|\ | |||||
| * | refactoring some function | 2022-07-08 | 6 | -111/+98 | |
| | | |||||
| * | updating install | updating bin according to new function names | 2022-07-08 | 1 | -4/+3 | |
| | | |||||
| * | 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 | |
| | | |||||
* | | 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 | ||||
* | 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 | 1 | -8/+14 | |
| | | | | 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 | |
| | |||||
* | fixing issue in watch_log | occurs is file doesn't exist | 2022-03-15 | 3 | -19/+7 | |
| | |||||
* | exception handling in watcher executable file | 2022-03-13 | 5 | -29/+35 | |
| | |||||
* | 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 | ||||
* | fixing issues in install-systemd.bash | 2022-03-13 | 1 | -1/+1 | |
| | |||||
* | completed week overview feature | 2022-03-12 | 8 | -70/+133 | |
| | |||||
* | 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 | 5 | -17/+52 | |
| | |||||
* | log_files(implementing new approach) | so some changes in report_creation | 2022-03-10 | 4 | -66/+67 | |
| | |||||
* | initializing project with bare minimal features | 2022-03-09 | 7 | -0/+283 | |