Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-19 | Fix ps: 'improper AIX field descriptor' | gpotter2 | |
It appears that `ps` doesn't support using custom separators (e.g. here: '|') on all OSes. This replaces it with hardcoded lengths when known (cpu, mem, etc...). E.G. on a debian bookworm machine this is what it returns: ``` ps -eo '%p|%c|%C|' -o "%mem" -o '|%a' --sort=-%cpu error: improper AIX field descriptor ``` | |||
2022-05-24 | Fix typo in filename | David | |
2021-09-15 | Make the CMD_slim command even slimmer. | Florian Lindner | |
Does not use pipe redirection, as a result the shell is not required anymore. | |||
2021-04-18 | [cpu] partial fix for #254 - extract cpu background as a parameter | streetturtle | |
2021-03-23 | Fixed the errors from luacheck. | atopion | |
2021-03-22 | Seperated the widget graph command from the | atopion | |
command that is run while the popup is visible, therefore improved performance while the popup is invisible. | |||
2020-12-26 | Revert "[cpu] hide popup on right click" | streetturtle | |
This reverts commit 00a0eae4 | |||
2020-12-26 | [cpu] hide popup on right click | streetturtle | |
2020-12-06 | fix more warnings | streetturtle | |
2020-12-02 | trigger build action on a branch | streetturtle | |
2020-12-02 | [cpu] use sh instead of bash | streetturtle | |
2020-09-30 | [cpu] add shield with a link to related issues | streetturtle | |
2020-09-27 | Removing the cat in favour of reading the file directly from grep | Wesley Gahr | |
2020-09-27 | Removing cat into grep, reading file directly | Wesley Gahr | |
2020-09-19 | Update readmes to include timeout arg | Chris Bruce | |
2020-09-19 | Add widget timeouts | Chris Bruce | |
2020-06-24 | Adjust column alignment | streetturtle | |
2020-05-27 | Update readme and add an icon | streetturtle | |
2020-05-27 | Few improvements | streetturtle | |
- fix #149 - truncate long process info - fix #148 - add button to kill the process - refactoring | |||
2020-04-28 | remove unused comment | streetturtle | |
2020-04-03 | [cpu] use margins instead of spacing in process rows | streetturtle | |
2020-02-20 | update gif for cpu wodget | streetturtle | |
2020-02-20 | Update README.md | streetturtle | |
2020-02-20 | Update README.md | streetturtle | |
2020-02-20 | Add files via upload | streetturtle | |
2020-02-20 | Update README.md | streetturtle | |
2020-02-20 | Add files via upload | streetturtle | |
2020-02-20 | Add files via upload | streetturtle | |
2020-02-20 | Add files via upload | streetturtle | |
2020-02-16 | use pipe(|) to split columns of the ps command + code cleanup | streetturtle | |
2020-02-07 | Improve cpu widget | streetturtle | |
2020-02-05 | Fix missing cmd name in cpu widget | streetturtle | |
2020-02-03 | Add list of processes to cpu widget | streetturtle | |
2020-02-02 | add popup to cpu widget with cpu load bars | streetturtle | |
2019-12-15 | various cosmetic readme improvements | streetturtle | |
2019-06-02 | add screenshots of cpu widget | streetturtle | |
2019-06-02 | externalize config for cpu widget | streetturtle | |
2019-03-18 | use gradient over cpu-widget, from main color to red | streetturtle | |
2018-12-07 | Fix `require` line in installation instructions. | Eamonn O'Brien-Strain | |
2018-10-08 | refactor cpu widget | streetturtle | |
2018-09-20 | Calling bash in watch command | Klimov Nikolay | |
2018-01-28 | make bg transparent | streetturtle | |
2017-12-15 | add header | pmakhov | |
2017-12-11 | make cpu widget local | pmakhov | |
2017-10-12 | lift cpu_widget a bit | pmakhov | |
2017-09-28 | add widget in local scope | pmakhov | |
2017-09-28 | Update README.md | streetturtle | |
2017-09-27 | Update README.md | streetturtle | |
2017-09-27 | cpu screenshot | pmakhov | |
2017-09-27 | cpu widget | pmakhov | |