i don't remember what I changed here now

This commit is contained in:
Mike G 2023-12-29 05:50:14 -05:00
parent 83413516e7
commit d3336137a4
2 changed files with 3 additions and 3 deletions

View file

@ -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 /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# output * bg ~/Wallpapers/orangeMountains.png fill # output * bg ~/Wallpapers/orangeMountains.png fill
# output * bg #c0caf5 solid_color # output * bg #c0caf5 solid_color
output * bg ~/Wallpapers/chillGruvboxStreet.png fill output * bg ~/Wallpapers/orangeMountains.png fill
# #
# Example configuration: # 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 # 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. # 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 \ exec swayidle -w \
timeout 300 $lock \ timeout 300 $lock \
timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \

View file

@ -2,5 +2,5 @@
swayidle \ swayidle \
timeout 10 'swaymsg "output * power off"' \ timeout 10 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"' & resume 'swaymsg "output * power on"' &
swaylock -e -F -i ~/Wallpapers/chillGruvboxStreet.png swaylock -e -F -i ~/Wallpapers/orangeMountains.png
kill %% kill %%