dots/quickshell/shell/Config/Config.qml
2026-01-11 23:23:04 +00:00

8 lines
155 B
QML

pragma Singleton
import Quickshell
Singleton {
readonly property int launcherVisibleEntries: 5
readonly property real launcherOuterPadding: 10
}