mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-17 00:12:53 +02:00
Set box widget name to "upower"
This commit is contained in:
@@ -22,6 +22,7 @@ UPower::UPower(const std::string& id, const Json::Value& config)
|
||||
showAltText(false) {
|
||||
box_.pack_start(icon_);
|
||||
box_.pack_start(label_);
|
||||
box_.set_name(name_);
|
||||
event_box_.add(box_);
|
||||
|
||||
// Icon Size
|
||||
|
Reference in New Issue
Block a user