aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/scripts
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 /.config/waybar/scripts
parent2d4ec5ae8e2bb96c8b406ba2b9765231811ee641 (diff)
Switched from swaylock to swaylock-effects
Diffstat (limited to '.config/waybar/scripts')
-rwxr-xr-x.config/waybar/scripts/swayidle-update.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/waybar/scripts/swayidle-update.sh b/.config/waybar/scripts/swayidle-update.sh
index f451b38..363ae8f 100755
--- a/.config/waybar/scripts/swayidle-update.sh
+++ b/.config/waybar/scripts/swayidle-update.sh
@@ -2,6 +2,6 @@
pkill -f swayidle
read -r wallpaper<"$HOME/.cache/wallpaper"
swayidle -w \
- timeout 300 "swaylock -f -i $wallpaper" \
- timeout 600 "wlopm --off \*;swaylock -F -i $wallpaper" resume "wlopm --on \*" \
- before-sleep "swaylock -f -i $wallpaper" &
+ timeout 300 "swaylock -f -i $wallpaper" --effect-blur 10x5 --clock --datestr "%a %d %b %Y" --indicator \
+ timeout 600 "wlopm --off \*;swaylock -F -i $wallpaper" --effect-blur 10x5 --clock --datestr "%a %d %b %Y" --indicator resume "wlopm --on \*" \
+ before-sleep "swaylock -f -i $wallpaper" --effect-blur 10x5 --clock --datestr "%a %d %b %Y" --indicator &