From 1cb07b84c1c9efc810f56e63310e414a70940e53 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 19 Oct 2024 02:31:01 -0500 Subject: [PATCH] Update date more frequently Yeah, I'm okay with it being wrong for 30 seconds but not 24 hours --- hyprland/.config/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/hyprlock.conf b/hyprland/.config/hypr/hyprlock.conf index 940e9276..48c9331c 100644 --- a/hyprland/.config/hypr/hyprlock.conf +++ b/hyprland/.config/hypr/hyprlock.conf @@ -40,7 +40,7 @@ label { } # A label showing the current date label { - text = cmd[update:18000000] echo ""$(date +'%A, %-d %B %Y')"" + text = cmd[update:30] echo ""$(date +'%A, %-d %B %Y')"" color = rgb(235,219,178) position = 0, 150 halign = center