summaryrefslogtreecommitdiffstats
path: root/MemorySwapMeter.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Header: do not let multi-column meters expand to empty neighborsChristian Göttsche2021-09-181-0/+1
| | | | | | | | | | Extending to right neighbors is intended for text meters with an overlong content, so the whole text is shown if possible. Multi column meters, like the combined memory and swap meter, position its text depending on the given total width; keep the position to the original assigned header slot. Short term resolution for #796
* MemorySwapMeter: align with CPU meterChristian Göttsche2021-09-101-2/+6
| | | | | | | | | Use the same width for each sub meter to align with CPU meter. Currently if the total width is even, so it does not split exactly into 2 equal parts plus 1 (for the middle space character column), the extra column is added to the second meter width. Closes: #783
* IWYU updateChristian Göttsche2021-08-251-4/+4
|
* MemorySwapMeter: use full width on odd total widthChristian Göttsche2021-08-221-4/+2
|
* Add combined memory and swap meterChristian Göttsche2021-08-171-0/+104
Closes: #699

© 2014-2024 Faster IT GmbH | imprint | privacy policy