Add wallust support

This commit is contained in:
Ly-sec 2025-08-12 19:35:50 +02:00
parent 032547c46e
commit 37c3dacff4
11 changed files with 126 additions and 135 deletions

View file

@ -15,9 +15,9 @@ Variants {
// Force update when SWWW setting changes
onVisibleChanged: {
if (visible) {
console.log("Background: Showing wallpaper:", wallpaperSource)
} else {
console.log("Background: Hiding wallpaper (SWWW enabled)")
}
}
color: "transparent"

View file

@ -61,7 +61,7 @@ ColumnLayout {
NText {
text: "Path to your wallpaper folder"
font.pointSize: Style.fontSizeSmall * scaling
font.pointSize: 12
color: Colors.textSecondary
wrapMode: Text.WordWrap
Layout.fillWidth: true