mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
Lowered default icon size to 20
This commit is contained in:
@@ -40,7 +40,7 @@ class UPower : public AModule {
|
|||||||
|
|
||||||
// Config
|
// Config
|
||||||
bool hideIfEmpty = true;
|
bool hideIfEmpty = true;
|
||||||
uint iconSize = 32;
|
uint iconSize = 20;
|
||||||
|
|
||||||
Devices devices;
|
Devices devices;
|
||||||
std::mutex m_Mutex;
|
std::mutex m_Mutex;
|
||||||
|
Reference in New Issue
Block a user