├── INSTALL.sh ├── LICENSE ├── README.md ├── Screenshots ├── Image_01.png ├── Image_02.png ├── Image_03.png ├── Image_04.png ├── Image_05.png ├── Image_06.png ├── Image_07.png ├── Image_08.png ├── Image_09.png └── Image_10.png ├── animation-tweaks@Selenium-H ├── LICENSE ├── defaultEffectsList.js ├── effectParameters.txt ├── eicon.png ├── extension.js ├── metadata.json ├── prefs.js ├── prefsGtk3.js ├── prefsGtk4.js └── profiles │ └── animationTweaksExtensionProfiles.js ├── locale ├── animation-tweaks.pot ├── nl.po ├── readme.md └── ru.po ├── schemas └── org.gnome.shell.extensions.animation-tweaks.gschema.xml └── update_pot.sh /INSTALL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/INSTALL.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Image_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_01.png -------------------------------------------------------------------------------- /Screenshots/Image_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_02.png -------------------------------------------------------------------------------- /Screenshots/Image_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_03.png -------------------------------------------------------------------------------- /Screenshots/Image_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_04.png -------------------------------------------------------------------------------- /Screenshots/Image_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_05.png -------------------------------------------------------------------------------- /Screenshots/Image_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_06.png -------------------------------------------------------------------------------- /Screenshots/Image_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_07.png -------------------------------------------------------------------------------- /Screenshots/Image_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_08.png -------------------------------------------------------------------------------- /Screenshots/Image_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_09.png -------------------------------------------------------------------------------- /Screenshots/Image_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/Screenshots/Image_10.png -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/LICENSE -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/defaultEffectsList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/defaultEffectsList.js -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/effectParameters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/effectParameters.txt -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/eicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/eicon.png -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/extension.js -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/metadata.json -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/prefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/prefs.js -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/prefsGtk3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/prefsGtk3.js -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/prefsGtk4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/prefsGtk4.js -------------------------------------------------------------------------------- /animation-tweaks@Selenium-H/profiles/animationTweaksExtensionProfiles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/animation-tweaks@Selenium-H/profiles/animationTweaksExtensionProfiles.js -------------------------------------------------------------------------------- /locale/animation-tweaks.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/locale/animation-tweaks.pot -------------------------------------------------------------------------------- /locale/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/locale/nl.po -------------------------------------------------------------------------------- /locale/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/locale/readme.md -------------------------------------------------------------------------------- /locale/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/locale/ru.po -------------------------------------------------------------------------------- /schemas/org.gnome.shell.extensions.animation-tweaks.gschema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/schemas/org.gnome.shell.extensions.animation-tweaks.gschema.xml -------------------------------------------------------------------------------- /update_pot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selenium-H/Animation-Tweaks/HEAD/update_pot.sh --------------------------------------------------------------------------------