map odd files to dict on startup

This commit is contained in:
piotr
2021-07-27 04:20:28 +02:00
parent 190e8afaf8
commit 9486f8379c
3 changed files with 29 additions and 11 deletions

View File

@@ -239,6 +239,7 @@ def main():
save_string("-c {} -s {}".format(args.config, args.style), os.path.join(local_dir(), "args"))
common.app_dirs = get_app_dirs()
common.name2icon_dict = map_odd_desktop_files()
config_file = os.path.join(common.config_dir, args.config)