summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
authorEvertiro <dgriffiths@widgitlabs.com>2026-02-04 02:04:10 -0600
committerGitHub <noreply@github.com>2026-02-04 19:04:10 +1100
commit7a41a85954a40366bd25ed4e33d1cd9146507ad4 (patch)
treeea4735d7dd4d220328cd97f26f811795cb13a082 /config/Config.qml
parentdesktopclock: background blur GameMode support (#1145) (diff)
downloadcaelestia-shell-7a41a85954a40366bd25ed4e33d1cd9146507ad4.tar.gz
caelestia-shell-7a41a85954a40366bd25ed4e33d1cd9146507ad4.tar.bz2
caelestia-shell-7a41a85954a40366bd25ed4e33d1cd9146507ad4.zip
config: allow adjusting the speed of gifs (#1147)
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml
index b32ebda..3d7cca4 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -122,6 +122,8 @@ Singleton {
}
},
anim: {
+ mediaGifSpeedAdjustment: 300,
+ sessionGifSpeed: 0.7,
durations: {
scale: appearance.anim.durations.scale
}