aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-06-26 16:35:01 +0100
committerJustine Smithies <justine@smithies.me.uk>2025-06-26 16:35:01 +0100
commit52802230025649faea02d4e93e73e7efab3dc995 (patch)
tree6f3e1f4a56eacaf7ad70e9a9cf7587572a7705a3 /.local
parent2d4ec5ae8e2bb96c8b406ba2b9765231811ee641 (diff)
Switched from swaylock to swaylock-effects
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/power-menu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/power-menu.sh b/.local/bin/power-menu.sh
index b884b17..2cc3156 100755
--- a/.local/bin/power-menu.sh
+++ b/.local/bin/power-menu.sh
@@ -36,7 +36,7 @@ case "$@" in
exit 0
;;
"$lock_screen")
- swaylock -f -i "$wallpaper"
+ swaylock -f -i "$wallpaper" --effect-blur 10x5 --clock --datestr "%a %d %b %Y" --indicator
exit 0
;;
esac