mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	Change name to upower
This commit is contained in:
		@@ -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_(),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user