greetd: Fix time format for exotic locales

Fixes an issue where the Japanese locale would prevent the datetime from
showing properly at the top.
This commit is contained in:
Donovan Glover 2024-04-05 07:13:07 -04:00
parent 7b234dfb19
commit 37aa1cac4c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -110,7 +110,7 @@ in
settings = { settings = {
default_session = { default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland --time-format '%F %R'";
user = "greeter"; user = "greeter";
}; };