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

View File

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

View File

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