diff --git a/python_modules/infra.py b/python_modules/infra.py index 00b21fa4..cfebf352 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -216,12 +216,12 @@ def icons_themes(): This function will get the icons and themse that are for all the builds """ - src_paths =('/theme/Marwaita?Dark?Debian ', - '/theme/Marwaita?Dark?Manjaro ', - '/theme/Marwaita?Dark?Peppermint ', - '/theme/Marwaita?Debian ', - '/theme/Marwaita?Manjaro ', - '/theme/Marwaita?Peppermint ', + src_paths =('/theme/Marwaita Dark Debian ', + '/theme/Marwaita Dark Manjaro ', + '/theme/Marwaita Dark Peppermint ', + '/theme/Marwaita Debian ', + '/theme/Marwaita Manjaro ', + '/theme/Marwaita Peppermint ', '/icons/Tela-circle-blue-dark ', '/icons/Tela-circle-green-dark ', '/icons/Tela-circle-red-dark ',