Include package widget in hardcoded config

This commit is contained in:
scorpion-26 2023-11-05 14:51:54 +01:00
parent 9b551fe848
commit f0d3c6c0e4

View file

@ -10,7 +10,8 @@ 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", "RAM", "CPU", "Battery", "Power"}; std::vector<std::string> widgetsRight = {"Tray", "Packages", "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?