diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index a6a26ef2..a0614957 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -53,7 +53,7 @@ input * { ### Output configuration # Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/) -output * bg ~/.cache/betterlockscreen/current/wall_dim.png fill +output * bg $HOME/.cache/backgrounds/desktop.png fill # Example configuration: # @@ -77,9 +77,9 @@ output * bg ~/.cache/betterlockscreen/current/wall_dim.png fill # -c 000000 sets the color in RGB # use -i to set an image exec swayidle -w \ - timeout 300 'swaylock -f -e -c 000000' \ + timeout 300 'swaylock -f -e -i "$HOME/.cache/backgrounds/lockscreen.png"' \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ - before-sleep 'swaylock -f -e -c 000000' + before-sleep 'swaylock -f -e -i "$HOME/.cache/backgrounds/lockscreen.png"' ### Input configuration #