From 7cbfce800a57091c20c7596f0875c8075166d110 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 2 May 2025 17:03:36 +1000 Subject: launcher: better app items Also config max shown Custom cursor for styled text field --- config/LauncherConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 1b9efc0..caa3bc5 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -4,6 +4,7 @@ import Quickshell import QtQuick Singleton { + readonly property int maxShown: 8 readonly property Sizes sizes: Sizes {} component Sizes: QtObject { -- cgit v1.2.3-freya