summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 17:03:36 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 17:03:36 +1000
commit7cbfce800a57091c20c7596f0875c8075166d110 (patch)
tree96d277f409c3ac2777af16d8eca6508f8c554a81 /config/LauncherConfig.qml
parentlauncher: animate content (diff)
downloadcaelestia-shell-7cbfce800a57091c20c7596f0875c8075166d110.tar.gz
caelestia-shell-7cbfce800a57091c20c7596f0875c8075166d110.tar.bz2
caelestia-shell-7cbfce800a57091c20c7596f0875c8075166d110.zip
launcher: better app items
Also config max shown Custom cursor for styled text field
Diffstat (limited to 'config/LauncherConfig.qml')
-rw-r--r--config/LauncherConfig.qml1
1 files changed, 1 insertions, 0 deletions
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 {