diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-04 22:11:03 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-04 22:11:03 +1000 |
| commit | a575245d7b9f084110ce062b35d908ceeda260ab (patch) | |
| tree | 72e727d41577c99126f94421681eb0f17592c93d /config/OsdConfig.qml | |
| parent | feat: audio osd (diff) | |
| download | caelestia-shell-a575245d7b9f084110ce062b35d908ceeda260ab.tar.gz caelestia-shell-a575245d7b9f084110ce062b35d908ceeda260ab.tar.bz2 caelestia-shell-a575245d7b9f084110ce062b35d908ceeda260ab.zip | |
feat: brightness osd
Diffstat (limited to 'config/OsdConfig.qml')
| -rw-r--r-- | config/OsdConfig.qml | 2 |
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 { |