From f0d3c6c0e46641a195c2752bece9500e36e5a36c Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Sun, 5 Nov 2023 14:51:54 +0100 Subject: [PATCH] Include package widget in hardcoded config --- src/Config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Config.h b/src/Config.h index 980075a..56254a7 100644 --- a/src/Config.h +++ b/src/Config.h @@ -10,7 +10,8 @@ class Config public: std::vector widgetsLeft = {"Workspaces"}; std::vector widgetsCenter = {"Time"}; - std::vector widgetsRight = {"Tray", "Audio", "Bluetooth", "Network", "Disk", "VRAM", "GPU", "RAM", "CPU", "Battery", "Power"}; + std::vector 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 networkAdapter = "eno1"; // Is this standard?