wip
This commit is contained in:
parent
32edcff102
commit
0296117901
110 changed files with 9713 additions and 5 deletions
18
config/LauncherConfig.qml
Normal file
18
config/LauncherConfig.qml
Normal file
|
@ -0,0 +1,18 @@
|
|||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Singleton {
|
||||
readonly property int maxShown: 8
|
||||
readonly property int maxWallpapers: 9 // Warning: even numbers look bad
|
||||
readonly property string actionPrefix: ">"
|
||||
readonly property Sizes sizes: Sizes {}
|
||||
|
||||
component Sizes: QtObject {
|
||||
readonly property int itemWidth: 600
|
||||
readonly property int itemHeight: 57
|
||||
readonly property int wallpaperWidth: 280
|
||||
readonly property int wallpaperHeight: 200
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue