Changed: ReGreet

This commit is contained in:
DerGrumpf 2025-03-28 20:07:17 +01:00
parent f650cce930
commit 9c7e44700a
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
}; };
environment.etc = { environment.etc = {
"background.jpg".source = ./background.jpg; "greetd/background.jpg".source = ./background.jpg;
}; };
programs.regreet = { programs.regreet = {

View File

@ -4,7 +4,7 @@
[background] [background]
# Path to the background image # Path to the background image
path = "/etc/background.jpg" path = "/etc/greetd/background.jpg"
# How the background image covers the screen if the aspect ratio doesn't match # How the background image covers the screen if the aspect ratio doesn't match
# Available values: "Fill", "Contain", "Cover", "ScaleDown" # Available values: "Fill", "Contain", "Cover", "ScaleDown"
@ -50,7 +50,7 @@ greeting_msg = "Hey there, Master."
[widget.clock] [widget.clock]
# strftime format argument # strftime format argument
# See https://docs.rs/jiff/0.1.14/jiff/fmt/strtime/index.html#conversion-specifications # See https://docs.rs/jiff/0.1.14/jiff/fmt/strtime/index.html#conversion-specifications
format = "%a %H:%M" format = "%A"
# How often to update the text # How often to update the text
resolution = "500ms" resolution = "500ms"