Architecture rewrite and new features

This commit is contained in:
Romain
2020-05-25 08:41:35 +00:00
parent c64f0e8993
commit f21bc025b7
83 changed files with 4563 additions and 1686 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{
"name": "Night Theme Switcher",
"description": "Automatically toggle between your light and dark GTK theme variants.",
"description": "Automatically toggle your light and dark GTK and GNOME Shell theme variants, switch backgrounds and launch custom commands at sunset and sunrise.",
"uuid": "nightthemeswitcher@romainvigier.fr",
"gettext-domain": "nightthemeswitcher@romainvigier.fr",
"settings-schema": "org.gnome.shell.extensions.nightthemeswitcher",
"url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/",
"shell-version": ["3.32", "3.34", "3.36"],
"version": 29
"shell-version": ["3.28", "3.30", "3.32", "3.34", "3.36"],
"version": 30
}