mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 07:52:42 +01:00 
			
		
		
		
	fix: add missing comma
This commit is contained in:
		| @@ -162,7 +162,7 @@ auto Workspaces::update() -> void { | ||||
|       auto format = config_["format"].asString(); | ||||
|       output = fmt::format(format, | ||||
|                            fmt::arg("icon", getIcon(output, *it)), | ||||
|                            fmt::arg("value", output) | ||||
|                            fmt::arg("value", output), | ||||
|                            fmt::arg("name", trimWorkspaceName(output)), | ||||
|                            fmt::arg("index", (*it)["num"].asString())); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex
					Alex