summaryrefslogtreecommitdiffstats
path: root/src/configs/mod.rs
diff options
context:
space:
mode:
authorMatias Kotlik <mdkotlik@gmail.com>2019-10-20 10:26:04 -0500
committerMatan Kushner <hello@matchai.me>2019-10-21 00:26:04 +0900
commit86bb923303775215870699921bb8b619cd82af38 (patch)
tree4d46a694b31b29a6311c98b80ab667f2225aacf1 /src/configs/mod.rs
parente3f1a76e972f70edeb5a562be852b302b2f1eda6 (diff)
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
Diffstat (limited to 'src/configs/mod.rs')
-rw-r--r--src/configs/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configs/mod.rs b/src/configs/mod.rs
index 95743df1c..f313a24e7 100644
--- a/src/configs/mod.rs
+++ b/src/configs/mod.rs
@@ -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;