Changed: ReGreet

This commit is contained in:
DerGrumpf 2025-04-01 13:15:41 +02:00
parent 17e5e7fb6d
commit 0620179a05
3 changed files with 15 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{ pkgs, username, ... }: {
services.greetd = {
/*services.greetd = {
enable = true;
settings = {
default_session = {
@ -7,7 +7,8 @@
command = "$HOME/.wayland-session";
};
};
};
};*/
services.displayManager = {
sessionPackages = [ pkgs.hyprland ];
};
@ -20,12 +21,12 @@
'';
};
# Session File Hyprland ?
/*programs.regreet = {
programs.regreet = {
enable = true;
# cageArgs = ["-s" "-m" "last" ];
settings = ./regreet.toml;
};*/
};
}

View File

@ -4,7 +4,7 @@
[background]
# Path to the background image
path = "/etc/greetd/background.jpg"
path = "/etc/greetd/background.png"
# How the background image covers the screen if the aspect ratio doesn't match
# Available values: "Fill", "Contain", "Cover", "ScaleDown"
@ -13,8 +13,8 @@ path = "/etc/greetd/background.jpg"
fit = "Fill"
# The entries defined in this section will be passed to the session as environment variables when it is started
#[env]
#ENV_VARIABLE = "value"
[env]
SESSION_DIRS = "$HOME/.wayland-session"
[GTK]
# Whether to use the dark theme
@ -24,10 +24,10 @@ application_prefer_dark_theme = true
cursor_theme_name = "Adwaita"
# Font name and size
font_name = "Cantarell 16"
font_name = "FiraCodeNerdFontPropo 12"
# Icon theme name
icon_theme_name = "Adwaita"
icon_theme_name = "materialdesignicons"
# GTK theme name
theme_name = "Adwaita"
@ -44,8 +44,7 @@ x11_prefix = [ "startx", "/usr/bin/env" ]
[appearance]
# The message that initially displays on startup
greeting_msg = "Hey there, Master."
greeting_msg = "Welcome"
[widget.clock]
# strftime format argument

View File

@ -69,6 +69,8 @@
fonts = {
packages = with pkgs; [
# icon fonts
material-icons
material-black-colors
material-design-icons
# normal fonts