Change name to upower

This commit is contained in:
Erik Reider 2022-03-16 15:33:39 +01:00
parent 136b47ce0d
commit 2a563f54e7

View File

@ -11,7 +11,7 @@
namespace waybar::modules { namespace waybar::modules {
UPower::UPower(const std::string& id, const Json::Value& config) UPower::UPower(const std::string& id, const Json::Value& config)
: AModule(config, "tray", id), : AModule(config, "upower", id),
box_(Gtk::ORIENTATION_HORIZONTAL, 0), box_(Gtk::ORIENTATION_HORIZONTAL, 0),
icon_(), icon_(),
label_(), label_(),