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 b827ea97a1
commit ae8c311044
2 changed files with 2 additions and 4 deletions

View File

@@ -183,7 +183,7 @@ desktop_sway_packages:
- swayfx - swayfx
- swaybg - swaybg
- swayidle - swayidle
- swaylock-effects - swaylock
- SwayOSD - SwayOSD
- Waybar - Waybar
- wl-clipboard - wl-clipboard

View File

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