From 98bec2a60dab942c8c1dba9429849083069a25d9 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 8 Feb 2024 22:25:23 +0000 Subject: Set date in correct format for lock screen --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e769f2a..c4bbad3 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -24,7 +24,7 @@ exec-once = wlsunset -l 57.4 -L -1.9 exec = ~/.config/hypr/scripts/wallpaper.sh exec-once = ~/.config/eww/scripts/monitor.sh exec = ~/.config/eww/scripts/start.sh -exec-once = swayidle timeout 300 'swaylock -F -i ~/.cache/wallpaper --effect-blur 10x5 --clock --indicator' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' +exec-once = swayidle timeout 300 'swaylock -f -i ~/.cache/wallpaper --effect-blur 10x5 --clock --indicator --datestr "%a %d %b %Y"' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' exec-once = hyprctl dispatcher focusmonitor 1 -- cgit v1.2.3