refactor: Refactor memory_usage module to use module config. (#515)

Also addresses a number of bugs:
- the percent sign not displaying correctly on some terminal emulators, including kitty
- changing the symbol in the configuration file didn't do anything
- swap being shown even if the system didn't have any
This commit is contained in:
Matias Kotlik
2019-10-20 10:26:04 -05:00
committed by Matan Kushner
parent e3f1a76e97
commit 86bb923303
4 changed files with 82 additions and 56 deletions
+1
View File
@@ -11,6 +11,7 @@ pub mod go;
pub mod hostname;
pub mod jobs;
pub mod kubernetes;
pub mod memory_usage;
pub mod nodejs;
pub mod package;
pub mod python;