config fixes for greeter

This commit is contained in:
Zacharias-Brohn
2026-03-20 23:54:21 +01:00
parent 3c46256a9f
commit d839f32196
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -172,6 +172,7 @@ Singleton {
return {
logo: general.logo,
wallpaperPath: general.wallpaperPath,
username: general.username,
desktopIcons: general.desktopIcons,
color: {
wallust: general.color.wallust,
+1
View File
@@ -10,6 +10,7 @@ JsonObject {
property Idle idle: Idle {
}
property string logo: ""
property string username: ""
property string wallpaperPath: Quickshell.env("HOME") + "/Pictures/Wallpapers"
component Apps: JsonObject {