mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 16:02:43 +01:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/master' into keyboard_state_errors
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| * { | ||||
|     /* `otf-font-awesome` is required to be installed for icons */ | ||||
|     font-family: Roboto, Helvetica, Arial, sans-serif; | ||||
|     font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; | ||||
|     font-size: 13px; | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -750,7 +750,7 @@ void waybar::Bar::getModules(const Factory& factory, const std::string& pos, Gtk | ||||
|             modules_right_.emplace_back(module_sp); | ||||
|           } | ||||
|         } | ||||
|         module->dp.connect([module, &name] { | ||||
|         module->dp.connect([module, name] { | ||||
|           try { | ||||
|             module->update(); | ||||
|           } catch (const std::exception& e) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grant Moyer
					Grant Moyer