polybar/src/utils
Luca Maltagliati ddabe3f0f4
feat(memory): Tokens that switch between MiB and GiB (#2488)
* feat:add tokens to display memory in MiB when GiB val <= 1.0 (#2472)

* fix: correct swap_used calculation

* fix: pass variable by reference rather than by value

* fix: add precision arguments to filesize_gib_mib(); better condition

* doc: add #2472 to CHANGELOG

* fix: missing default argument values

* Apply suggestions from code review

Co-authored-by: Patrick Ziegler <p.ziegler96@gmail.com>
2021-09-04 13:14:13 +02:00
..
actions.cpp actions: Integrate input_handler into module 2020-11-26 20:53:53 +01:00
bspwm.cpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
color.cpp fix(color): Rename type() function to get_type 2021-03-01 00:05:44 +01:00
command.cpp fix(process): fork_detached created zombie processes 2020-12-12 02:37:21 +01:00
concurrency.cpp concurrency_util: Mutex wrapper 2016-12-26 10:33:23 +01:00
env.cpp refactor(file_util): Expand tilde manually 2017-01-25 17:07:55 +01:00
factory.cpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
file.cpp feat(config): Try to load config.ini (#2324) 2020-12-23 17:52:30 +01:00
http.cpp Update: Using another way to authenticate github module (#2029) 2020-03-26 12:50:42 +01:00
i3.cpp feat(conf): Option to always show urgent workspaces in i3 (#2378) 2021-02-15 21:31:34 +01:00
inotify.cpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
io.cpp fix(script): Poll file descriptors 2017-01-11 18:21:58 +01:00
process.cpp fix(process): fork_detached created zombie processes 2020-12-12 02:37:21 +01:00
socket.cpp doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
string.cpp feat(memory): Tokens that switch between MiB and GiB (#2488) 2021-09-04 13:14:13 +02:00
throttle.cpp refactor(clang-tidy): Apply fixes 2016-11-25 21:58:49 +01:00