Skip to content
Snippets Groups Projects
Commit bc9c9aa5 authored by akiraohgaki's avatar akiraohgaki
Browse files

Add install-type: cinnamon_applets

parent 06c9c871
No related branches found
No related tags found
No related merge requests found
......@@ -77,10 +77,11 @@ Beryl/Emerald Themes | emerald_themes / beryl_themes
Category | Install-type
---------|-------------
GNOME Icon Themes | icons
Cinnamon Themes | themes / cinnamon_themes
GTK3 Themes | themes / gtk3_themes
MDM Themes | -
GNOME Icon Themes | icons
Cinnamon Applets | cinnamon_applets
## https://www.trinity-look.org/
......
......@@ -108,6 +108,7 @@ dekorator_themes | ~/.local/share/deKorator/themes
qtcurve | ~/.local/share/QtCurve
color_schemes | ~/.local/share/color-schemes
gnome_shell_extensions | ~/.local/share/gnome-shell/extensions
cinnamon_applets | ~/.local/share/cinnamon/applets
cinnamon_desklets | ~/.local/share/cinnamon/desklets
nautilus_scripts | ~/.local/share/nautilus/scripts
amarok_scripts | ~/.kde/share/apps/amarok/scripts
......
......@@ -56,6 +56,7 @@ class XdgUrl:
'qtcurve': os.path.join(self.data_dir, 'QtCurve'),
'color_schemes': os.path.join(self.data_dir, 'color-schemes'),
'gnome_shell_extensions': os.path.join(self.data_dir, 'gnome-shell', 'extensions'),
'cinnamon_applets': os.path.join(self.data_dir, 'cinnamon', 'applets'),
'cinnamon_desklets': os.path.join(self.data_dir, 'cinnamon', 'desklets'),
'nautilus_scripts': os.path.join(self.data_dir, 'nautilus', 'scripts'),
'amarok_scripts': os.path.join(self.kde_data_dir, 'apps', 'amarok', 'scripts'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment