Changed: ReGreet

This commit is contained in:
DerGrumpf 2025-03-28 18:44:29 +01:00
parent 2203970d46
commit 318694cff9

View File

@ -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";
};
};*/
};
};
}