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 { return {
logo: general.logo, logo: general.logo,
wallpaperPath: general.wallpaperPath, wallpaperPath: general.wallpaperPath,
username: general.username,
desktopIcons: general.desktopIcons, desktopIcons: general.desktopIcons,
color: { color: {
wallust: general.color.wallust, wallust: general.color.wallust,
+1
View File
@@ -10,6 +10,7 @@ JsonObject {
property Idle idle: Idle { property Idle idle: Idle {
} }
property string logo: "" property string logo: ""
property string username: ""
property string wallpaperPath: Quickshell.env("HOME") + "/Pictures/Wallpapers" property string wallpaperPath: Quickshell.env("HOME") + "/Pictures/Wallpapers"
component Apps: JsonObject { component Apps: JsonObject {
+1 -1
View File
@@ -12,7 +12,7 @@ ShellRoot {
GreeterState { GreeterState {
id: greeter id: greeter
username: "zach" username: Config.general.username
} }
GreeterSurface { GreeterSurface {