diff --git a/src/configs.qrc b/src/configs.qrc index bae1c5bdfd2a758163186dbcfdad092eba4ca9db..c8900af95e4541f0316bf0bef9f3415223ae2c1a 100644 --- a/src/configs.qrc +++ b/src/configs.qrc @@ -3,5 +3,6 @@ <file>configs/application.json</file> <file>configs/archive_types.json</file> <file>configs/destinations.json</file> + <file>configs/destinations_alias.json</file> </qresource> </RCC> diff --git a/src/configs/destinations_alias.json b/src/configs/destinations_alias.json new file mode 100644 index 0000000000000000000000000000000000000000..438fb4dc92cf31716b7741064141b8a10a83f20d --- /dev/null +++ b/src/configs/destinations_alias.json @@ -0,0 +1,17 @@ +{ + "gnome_shell_themes": "themes", + "cinnamon_themes": "themes", + "gtk2_themes": "themes", + "gtk3_themes": "themes", + "metacity_themes": "themes", + "xfwm4_themes": "themes", + "openbox_themes": "themes", + "kvantum_themes": "themes", + "compiz_themes": "emerald_themes", + "beryl_themes": "emerald_themes", + "plasma4_plasmoids": "plasma_plasmoids", + "plasma5_plasmoids": "plasma_plasmoids", + "plasma5_look_and_feel": "plasma_look_and_feel", + "plasma5_desktopthemes": "plasma_desktopthemes", + "plasma_color_schemes": "color_schemes" +}