Changed: ReGreet
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
    };
 | 
			
		||||
    
 | 
			
		||||
    environment.etc = {
 | 
			
		||||
        "background.jpg".source = ./background.jpg;
 | 
			
		||||
        "greetd/background.jpg".source = ./background.jpg;
 | 
			
		||||
    };
 | 
			
		||||
    
 | 
			
		||||
    programs.regreet = {
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 | 
			
		||||
[background]
 | 
			
		||||
# 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
 | 
			
		||||
# Available values: "Fill", "Contain", "Cover", "ScaleDown"
 | 
			
		||||
@@ -50,7 +50,7 @@ greeting_msg = "Hey there, Master."
 | 
			
		||||
[widget.clock]
 | 
			
		||||
# strftime format argument
 | 
			
		||||
# 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
 | 
			
		||||
resolution = "500ms"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user