Greeter + Hyprsunset toggle and scheduler #27

Merged
zach merged 14 commits from settingsWindow into main 2026-03-22 17:16:39 +01:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit d839f32196 - Show all commits
+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 {
+1 -1
View File
@@ -12,7 +12,7 @@ ShellRoot {
GreeterState {
id: greeter
username: "zach"
username: Config.general.username
}
GreeterSurface {