Changed: Regreet
This commit is contained in:
parent
d3a0ec53b1
commit
d9d0c50d20
@ -23,7 +23,40 @@
|
|||||||
|
|
||||||
programs.regreet = {
|
programs.regreet = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# cageArgs = ["-s" "-m" "last" ];
|
#cageArgs = ["-s" "-m" "last" ];
|
||||||
settings = ./regreet.toml;
|
#settings = ./regreet.toml;
|
||||||
|
settings = {
|
||||||
|
background = {
|
||||||
|
path = "/etc/greetd/background.png";
|
||||||
|
fit = "Fill";
|
||||||
|
};
|
||||||
|
|
||||||
|
env.SESSION_DIRS = "$HOME/.wayland-session";
|
||||||
|
|
||||||
|
GTK = {
|
||||||
|
application_prefer_dark_theme = true;
|
||||||
|
cursor_theme_name = "Adwaita";
|
||||||
|
font_name = "FiraCodeNerdFontPropo 12";
|
||||||
|
icon_theme_name = "materialdesignicons";
|
||||||
|
theme_name = "Adwaita";
|
||||||
|
};
|
||||||
|
|
||||||
|
commands = {
|
||||||
|
reboot = ["systemctl", "reboot"];
|
||||||
|
poweroff = ["systemctl", "poweroff"];
|
||||||
|
x11_prefix = [ "startx", "/usr/bin/env" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
appearance = {
|
||||||
|
greeting_msg = "Welcome";
|
||||||
|
};
|
||||||
|
|
||||||
|
"widget.clock" = {
|
||||||
|
format = "%A %T";
|
||||||
|
resolution = "500ms";
|
||||||
|
timezone = "Europe/Berlin";
|
||||||
|
label_width = 150;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user