config fixes for greeter
This commit is contained in:
@@ -172,6 +172,7 @@ Singleton {
|
||||
return {
|
||||
logo: general.logo,
|
||||
wallpaperPath: general.wallpaperPath,
|
||||
username: general.username,
|
||||
desktopIcons: general.desktopIcons,
|
||||
color: {
|
||||
wallust: general.color.wallust,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ ShellRoot {
|
||||
GreeterState {
|
||||
id: greeter
|
||||
|
||||
username: "zach"
|
||||
username: Config.general.username
|
||||
}
|
||||
|
||||
GreeterSurface {
|
||||
|
||||
Reference in New Issue
Block a user