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:
@@ -183,7 +183,7 @@ desktop_sway_packages:
|
|||||||
- swayfx
|
- swayfx
|
||||||
- swaybg
|
- swaybg
|
||||||
- swayidle
|
- swayidle
|
||||||
- swaylock-effects
|
- swaylock
|
||||||
- SwayOSD
|
- SwayOSD
|
||||||
- Waybar
|
- Waybar
|
||||||
- wl-clipboard
|
- wl-clipboard
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user