diff --git a/.config/sway/config b/.config/sway/config index ecb903c..90988f1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -33,7 +33,7 @@ bindsym $mod+Shift+n exec swaync-client -t -sw # output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # output * bg ~/Wallpapers/orangeMountains.png fill # output * bg #c0caf5 solid_color -output * bg ~/Wallpapers/chillGruvboxStreet.png fill +output * bg ~/Wallpapers/orangeMountains.png fill # # Example configuration: # @@ -56,7 +56,7 @@ output eDP-1 resolution 1920x1080 position 0,0 # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. -set $lock 'swaylock -e -F -i ~/Wallpapers/chillGruvboxStreet.png' +set $lock 'swaylock -e -F -i ~/Wallpapers/orangeMountains.png' exec swayidle -w \ timeout 300 $lock \ timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ diff --git a/.config/sway/lockman.sh b/.config/sway/lockman.sh index deaf090..bb24d83 100644 --- a/.config/sway/lockman.sh +++ b/.config/sway/lockman.sh @@ -2,5 +2,5 @@ swayidle \ timeout 10 'swaymsg "output * power off"' \ resume 'swaymsg "output * power on"' & -swaylock -e -F -i ~/Wallpapers/chillGruvboxStreet.png +swaylock -e -F -i ~/Wallpapers/orangeMountains.png kill %%