diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-08 22:25:23 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-08 22:25:23 +0000 |
commit | 98bec2a60dab942c8c1dba9429849083069a25d9 (patch) | |
tree | 4bb16baf2297a73de8a6e2018f8e90c5f5644e9b /.config | |
parent | 2d7e62e57c014c5bee3978713d481ae0b9f1f16d (diff) |
Set date in correct format for lock screen
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |