From 2b384330fcd91b6397b7aeab8765c8e58c10d354 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:27:58 +0200 Subject: [PATCH] bar: increase ws number show delay --- .config/quickshell/modules/common/ConfigOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index ee402428e..747a1376b 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -57,7 +57,7 @@ Singleton { property int shown: 10 property bool showAppIcons: true property bool alwaysShowNumbers: false - property int showNumberDelay: 150 // milliseconds + property int showNumberDelay: 300 // milliseconds } }