1
0
Fork 0

Setting default speed to 0.25.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 20:58:41 +02:00
parent 295cdb850c
commit 5e926350b4
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,25 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting default speed to 0.25.
diff -Naurp gnome-shell-extension-impatience.orig/impatience/extension.js gnome-shell-extension-impatience/impatience/extension.js
--- gnome-shell-extension-impatience.orig/impatience/extension.js
+++ gnome-shell-extension-impatience/impatience/extension.js
@@ -1,5 +1,5 @@
import St from 'gi://St';
-const DEFAULT_SPEED = 0.75;
+const DEFAULT_SPEED = 0.25;
import { Extension } from 'resource:///org/gnome/shell/extensions/extension.js';
import * as Settings from './settings.js';
diff -Naurp gnome-shell-extension-impatience.orig/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml gnome-shell-extension-impatience/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
--- gnome-shell-extension-impatience.orig/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
+++ gnome-shell-extension-impatience/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
@@ -2,7 +2,7 @@
<schemalist>
<schema id="org.gnome.shell.extensions.net.gfxmonk.impatience" path="/org/gnome/shell/extensions/net/gfxmonk/impatience/">
<key type="d" name="speed-factor">
- <default>0.75</default>
+ <default>0.25</default>
<summary>speed factor</summary>
<description/>
</key>

View file

@ -1,2 +1,3 @@
gnome48.patch
progress-linux/0001-default-enabled.patch
progress-linux/0002-default-speed.patch