From ffc16b2199c73a45d5d6bc0447d8ba2602cf4f6f Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Sun, 12 Apr 2026 23:09:50 +0100 Subject: [PATCH] Updated UI time durations to reduce friction --- dot_config/noctalia/settings.json | 2 +- dot_config/starship.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/noctalia/settings.json b/dot_config/noctalia/settings.json index 00ba971..0527bc9 100644 --- a/dot_config/noctalia/settings.json +++ b/dot_config/noctalia/settings.json @@ -439,7 +439,7 @@ "lockOnSuspend": true, "lockScreenAnimations": true, "lockScreenBlur": 0, - "lockScreenCountdownDuration": 10000, + "lockScreenCountdownDuration": 5000, "lockScreenMonitors": [ ], "lockScreenTint": 0, diff --git a/dot_config/starship.toml b/dot_config/starship.toml index 9542b71..89acec2 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -21,7 +21,7 @@ powershell_indicator = "[](bold blue)" min_time = 0 show_milliseconds = true show_notifications = true -min_time_to_notify = 30_000 +min_time_to_notify = 300_000 format = " [󰔛 $duration]($style)" [hostname]