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?