Changed: ReGreet
This commit is contained in:
parent
f650cce930
commit
9c7e44700a
@ -6,7 +6,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"background.jpg".source = ./background.jpg;
|
"greetd/background.jpg".source = ./background.jpg;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.regreet = {
|
programs.regreet = {
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user