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 = { settings = {
default_session = { 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 --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"; user = "greeter";
}; };
}; };
@ -17,14 +16,12 @@
Type = "idle"; Type = "idle";
StandardInput = "tty"; StandardInput = "tty";
StandardOutput = "tty"; StandardOutput = "tty";
StandardError = "journal"; # Without this errors will spam on screen StandardError = "journal";
# Without these bootlogs will spam on screen
TTYReset = true; TTYReset = true;
TTYVHangup = true; TTYVHangup = true;
TTYVTDisallocate = true; TTYVTDisallocate = true;
}; };
security.pam.services.greetd.enableGnomeKeyring = true;
# To prevent getting stuck at shutdown
systemd.extraConfig = "DefaultTimeoutStopSec=10s"; systemd.extraConfig = "DefaultTimeoutStopSec=10s";
} }