upower: show-icon config option

This commit is contained in:
czadowanie
2023-11-28 19:39:08 +01:00
parent 58db0baaf4
commit 2334faa7fd
2 changed files with 10 additions and 1 deletions

View File

@ -72,6 +72,7 @@ class UPower : public AModule {
std::unique_ptr<UPowerTooltip> upower_tooltip;
std::string lastStatus;
bool showAltText;
bool showIcon = true;
bool upowerRunning;
guint upowerWatcher_id;
std::string nativePath_;