Fixes #67: Replaced png launchpad with svg

- new launchpad icon was provided by @omarellahi
This commit is contained in:
Vladyslav Hroshev
2025-07-24 22:56:30 +03:00
parent ea9ef88aa4
commit 2aeb348f19
4 changed files with 806 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ def define_arguments(parser):
def apply_tweak(args, theme: Theme, colors):
if args.launchpad:
theme.add_from_file(f"{overview_folder}/launchpad/launchpad.css")
theme *= f"{overview_folder}/launchpad/launchpad.png"
theme *= f"{overview_folder}/launchpad/launchpad.svg"