nosignal-shell/config/LauncherConfig.qml
2 * r + 2 * t 7cbfce800a launcher: better app items
Also config max shown
Custom cursor for styled text field
2025-05-02 17:03:36 +10:00

13 lines
219 B
QML

pragma Singleton
import Quickshell
import QtQuick
Singleton {
readonly property int maxShown: 8
readonly property Sizes sizes: Sizes {}
component Sizes: QtObject {
property int width: 600
}
}