1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

Lowered default icon size to 20

This commit is contained in:
Erik Reider 2022-03-19 11:19:08 +01:00
parent 7345918f84
commit d7a030daf3

@ -40,7 +40,7 @@ class UPower : public AModule {
// Config
bool hideIfEmpty = true;
uint iconSize = 32;
uint iconSize = 20;
Devices devices;
std::mutex m_Mutex;