From a575245d7b9f084110ce062b35d908ceeda260ab Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 4 May 2025 22:11:03 +1000 Subject: feat: brightness osd --- config/OsdConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/OsdConfig.qml') 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 { -- cgit v1.2.3-freya