mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Add missing RAM to hardcoded config
This commit is contained in:
parent
ffe2d07bec
commit
74f8df49f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Config
|
||||||
public:
|
public:
|
||||||
std::vector<std::string> widgetsLeft = {"Workspaces"};
|
std::vector<std::string> widgetsLeft = {"Workspaces"};
|
||||||
std::vector<std::string> widgetsCenter = {"Time"};
|
std::vector<std::string> widgetsCenter = {"Time"};
|
||||||
std::vector<std::string> widgetsRight = {"Tray", "Audio", "Bluetooth", "Network", "Disk", "VRAM", "GPU", "CPU", "Battery", "Power"};
|
std::vector<std::string> widgetsRight = {"Tray", "Audio", "Bluetooth", "Network", "Disk", "VRAM", "GPU", "RAM", "CPU", "Battery", "Power"};
|
||||||
|
|
||||||
std::string cpuThermalZone = ""; // idk, no standard way of doing this.
|
std::string cpuThermalZone = ""; // idk, no standard way of doing this.
|
||||||
std::string networkAdapter = "eno1"; // Is this standard?
|
std::string networkAdapter = "eno1"; // Is this standard?
|
||||||
|
|
Loading…
Reference in a new issue