sway: use vanilla swaylock and fix Waybar package case

swaylock-effects is not packaged in Void; switch the lockscreen script
to vanilla swaylock and drop the unsupported --effect-blur / --fade-in
flags. Also correct the case-sensitive package name Waybar so xbps-install
can resolve it.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Fabio Scotto di Santolo
2026-05-16 20:39:44 +02:00
parent 2e2153e251
commit 2508ffdeb2
2 changed files with 2 additions and 4 deletions

View File

@@ -1,12 +1,10 @@
#!/bin/sh
exec swaylock-effects \
exec swaylock \
--image "$HOME/.config/sway/wallpapers/wallpaper-161664.jpg" \
--scaling fill \
--clock \
--indicator \
--effect-blur 7x5 \
--fade-in 0.3 \
--ring-color 2f4058 \
--inside-color 1f1f28 \
--line-color 00000000 \