easy transparency for yoinkers

This commit is contained in:
end-4
2025-05-31 01:39:06 +02:00
parent 42abc57b65
commit 92947e3360
18 changed files with 57 additions and 41 deletions
@@ -21,10 +21,15 @@ Singleton {
property string terminal: "foot" // This is only for shell actions
}
property QtObject battery: QtObject {
property int low: 20
property int critical: 5
property int suspend: 2
}
property QtObject bar: QtObject {
property bool bottom: false // Instead of top
property bool borderless: true
property int batteryLowThreshold: 20
property string topLeftIcon: "spark" // Options: distro, spark
property bool showBackground: true
property QtObject resources: QtObject {
@@ -43,6 +48,9 @@ Singleton {
property real height: 60
property real hoverRegionHeight: 3
property bool pinnedOnStartup: false
property list<string> pinnedApps: [ // IDs of pinned entries
"org.kde.dolphin",
]
}
property QtObject networking: QtObject {