From d3336137a44fa7e48c44f17ee7c293c1cfff9796 Mon Sep 17 00:00:00 2001 From: MikeG Date: Fri, 29 Dec 2023 05:50:14 -0500 Subject: [PATCH] i don't remember what I changed here now --- .config/sway/config | 4 ++-- .config/sway/lockman.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %%