aboutsummaryrefslogtreecommitdiff
path: root/modules.h
diff options
context:
space:
mode:
authorInqiyad Sabr <sabr@ariamath.xyz>2025-10-22 23:29:12 +0600
committerInqiyad Sabr <sabr@ariamath.xyz>2025-10-22 23:29:12 +0600
commit2f79dd96972201b147d9c1a5ec94cc0f543959b9 (patch)
treeafad4083f8bb0318c95886a6a7fc4fbcaaf8d9c4 /modules.h
parent9689404d6ecbda6ff6fe5a9f8a078d3409d19f3a (diff)
Added memory status module
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules.h b/modules.h
index 139c9e7..2db07ce 100644
--- a/modules.h
+++ b/modules.h
@@ -12,8 +12,13 @@ void battery(void);
#ifndef CPU_H
#define CPU_H
void cpu(void);
-// cmus
#endif
+// mem
+#ifndef MEM_H
+#define MEM_H
+void mem(void);
+#endif
+// cmus
#ifndef CMUS_H
#define CMUS_H
void cmus(void);