update tuigreet

This commit is contained in:
gwg313 2025-04-10 01:37:39 -04:00
parent ffb4f78b63
commit 97d15e9be3
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -5,7 +5,6 @@
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --asterisks --container-padding 2 --time --time-format '%I:%M %p | %a %h | %F' --cmd Hyprland";
# command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
user = "greeter";
};
};
@ -17,14 +16,12 @@
Type = "idle";
StandardInput = "tty";
StandardOutput = "tty";
StandardError = "journal"; # Without this errors will spam on screen
# Without these bootlogs will spam on screen
StandardError = "journal";
TTYReset = true;
TTYVHangup = true;
TTYVTDisallocate = true;
};
security.pam.services.greetd.enableGnomeKeyring = true;
# To prevent getting stuck at shutdown
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
}