summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-04 22:11:03 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-04 22:11:03 +1000
commita575245d7b9f084110ce062b35d908ceeda260ab (patch)
tree72e727d41577c99126f94421681eb0f17592c93d /config
parentfeat: audio osd (diff)
downloadcaelestia-shell-a575245d7b9f084110ce062b35d908ceeda260ab.tar.gz
caelestia-shell-a575245d7b9f084110ce062b35d908ceeda260ab.tar.bz2
caelestia-shell-a575245d7b9f084110ce062b35d908ceeda260ab.zip
feat: brightness osd
Diffstat (limited to 'config')
-rw-r--r--config/OsdConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/OsdConfig.qml b/config/OsdConfig.qml
index 1bfdbd6..467d8e7 100644
--- a/config/OsdConfig.qml
+++ b/config/OsdConfig.qml
@@ -4,7 +4,7 @@ import Quickshell
import QtQuick
Singleton {
- readonly property int hideDelay: 1500
+ readonly property int hideDelay: 2000
readonly property Sizes sizes: Sizes {}
component Sizes: QtObject {