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