mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 18:14:21 +00:00
Add wallust support
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user