Custom themes
Added toggles for the "Custom Themes" configuration. Colors, icons, sounds, and turn signal animations are all individually toggleable.
This commit is contained in:
@@ -73,9 +73,18 @@ private:
|
||||
|
||||
ItemStatus cpu_status, memory_status, storage_status;
|
||||
|
||||
std::unordered_map<int, std::pair<QString, std::vector<QColor>>> themeConfiguration;
|
||||
std::unordered_map<int, QPixmap> flag_imgs;
|
||||
std::unordered_map<int, QPixmap> home_imgs;
|
||||
std::unordered_map<int, QPixmap> settings_imgs;
|
||||
std::vector<QColor> currentColors;
|
||||
|
||||
bool isCPU;
|
||||
bool isCustomTheme;
|
||||
bool isGPU;
|
||||
bool isMemoryUsage;
|
||||
bool isStorageLeft;
|
||||
bool isStorageUsed;
|
||||
int customColors;
|
||||
int customIcons;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user