From 74f8df49f3251b4761e43f77abe4b736c703244a Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Sat, 28 Oct 2023 23:34:21 +0200 Subject: [PATCH] Add missing RAM to hardcoded config --- src/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.h b/src/Config.h index 5033bab..558e1fb 100644 --- a/src/Config.h +++ b/src/Config.h @@ -10,7 +10,7 @@ class Config public: std::vector widgetsLeft = {"Workspaces"}; std::vector widgetsCenter = {"Time"}; - std::vector widgetsRight = {"Tray", "Audio", "Bluetooth", "Network", "Disk", "VRAM", "GPU", "CPU", "Battery", "Power"}; + std::vector widgetsRight = {"Tray", "Audio", "Bluetooth", "Network", "Disk", "VRAM", "GPU", "RAM", "CPU", "Battery", "Power"}; std::string cpuThermalZone = ""; // idk, no standard way of doing this. std::string networkAdapter = "eno1"; // Is this standard?