summaryrefslogtreecommitdiffstats
path: root/gnome-shell-impatience.xml.template
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:59:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:59:21 +0000
commitd8d06026cb993d02e6ab2304fabbda3b60d940b2 (patch)
treeba4d8c052c5ba93cbef35b46060e61fd737ed9af /gnome-shell-impatience.xml.template
parentInitial commit. (diff)
downloadgnome-shell-extension-impatience-d8d06026cb993d02e6ab2304fabbda3b60d940b2.tar.xz
gnome-shell-extension-impatience-d8d06026cb993d02e6ab2304fabbda3b60d940b2.zip
Adding upstream version 0.4.5.upstream/0.4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gnome-shell-impatience.xml.template')
-rw-r--r--gnome-shell-impatience.xml.template28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnome-shell-impatience.xml.template b/gnome-shell-impatience.xml.template
new file mode 100644
index 0000000..540f6c7
--- /dev/null
+++ b/gnome-shell-impatience.xml.template
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
+<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
+ <name>gnome-shell-impatience</name>
+ <summary>speed up gnome-shell animations</summary>
+ <publish xmlns="http://gfxmonk.net/dist/0install" mode="default"/>
+ <description>
+Speed up builtin gnome-shell animations.
+ </description>
+ <feed-for interface="http://gfxmonk.net/dist/0install/gnome-shell-impatience.xml"/>
+ <group>
+ <command name="run">
+ <runner interface="http://gfxmonk.net/dist/0install/zeroinstall-plugin-manager.xml">
+ <arg>http://gfxmonk.net/dist/0install/gnome-shell.xml</arg>
+ <arg>--plugin-command</arg>
+ <arg>run</arg>
+ </runner>
+ <requires interface="http://gfxmonk.net/dist/0install/gnome-shell.xml">
+ <version not-before="3.4"/>
+ </requires>
+ </command>
+ <environment insert="xdg/data" mode="prepend" name="XDG_DATA_DIRS"/>
+ <implementation version="{version}">
+ <manifest-digest/>
+ <archive href="{archive}"/>
+ </implementation>
+ </group>
+</interface>