mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01:00
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:
parent
7b234dfb19
commit
37aa1cac4c
@ -110,7 +110,7 @@ in
|
||||
|
||||
settings = {
|
||||
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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user