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