mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 07:52:42 +01:00 
			
		
		
		
	refactor(backlight): fix linter
This commit is contained in:
		| @@ -334,7 +334,9 @@ bool waybar::modules::Backlight::handleScroll(GdkEventScroll *e) { | ||||
|   new_value = std::clamp(new_value, 0, best->get_max()); | ||||
|  | ||||
|   // Set the new value | ||||
|   auto call_args = Glib::VariantContainerBase(g_variant_new("(ssu)", "backlight", std::string(best->name()).c_str(), new_value)); | ||||
|   auto call_args = Glib::VariantContainerBase( | ||||
|       g_variant_new("(ssu)", "backlight", std::string(best->name()).c_str(), new_value)); | ||||
|  | ||||
|   login_proxy_->call_sync("SetBrightness", call_args); | ||||
|  | ||||
|   return true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kuruyia
					Kuruyia