diff --git a/apps/hyprlock/scripts/random-text.nix b/apps/hyprlock/scripts/random-text.nix index aba237d..67519e7 100644 --- a/apps/hyprlock/scripts/random-text.nix +++ b/apps/hyprlock/scripts/random-text.nix @@ -4,7 +4,7 @@ name="$USER" if [[ $hour -lt 12 ]]; then - greeting="おはようございます" + greeting="おはよう" elif [[ $hour -lt 18 ]]; then greeting="こんにちは" else