Changed: ReGreet
This commit is contained in:
		@@ -12,9 +12,11 @@
 | 
			
		||||
    programs.regreet = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        settings = {
 | 
			
		||||
 | 
			
		||||
	    appearance = "Hey there, Master";
 | 
			
		||||
            background = {
 | 
			
		||||
                path = "/etc/background.jpg";
 | 
			
		||||
                fit = "Contain";
 | 
			
		||||
                fit = "Fill";
 | 
			
		||||
            };
 | 
			
		||||
            
 | 
			
		||||
 | 
			
		||||
@@ -32,14 +34,14 @@
 | 
			
		||||
                x11_prefix = ["startx" "/usr/bin/env"];
 | 
			
		||||
            };
 | 
			
		||||
 | 
			
		||||
            widget.clock = {
 | 
			
		||||
            /*widget.clock = {
 | 
			
		||||
                format = "%A %d.%m.%Y %T"; # Sunday 30.03.2025 11:25:17
 | 
			
		||||
                resolution = "500ms";
 | 
			
		||||
                timezone = "Europe/Berlin";
 | 
			
		||||
                label_width = 150;
 | 
			
		||||
            };
 | 
			
		||||
            };*/
 | 
			
		||||
            
 | 
			
		||||
            theme = {
 | 
			
		||||
/*            theme = {
 | 
			
		||||
                package = pkgs.gnome-themes-extra;
 | 
			
		||||
                name = "Adwaita";
 | 
			
		||||
            };
 | 
			
		||||
@@ -52,9 +54,10 @@
 | 
			
		||||
            };
 | 
			
		||||
            
 | 
			
		||||
            font = {
 | 
			
		||||
                package = pkgs.nerd-fonts.roboto-mono;
 | 
			
		||||
                package = pkgs.nerdfonts.roboto-mono;
 | 
			
		||||
                name = "RobotoMono";
 | 
			
		||||
            };
 | 
			
		||||
            };*/
 | 
			
		||||
 | 
			
		||||
        };
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user