mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user