i don't remember what I changed here now
This commit is contained in:
parent
83413516e7
commit
d3336137a4
2 changed files with 3 additions and 3 deletions
|
@ -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"' \
|
||||
|
|
|
@ -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 %%
|
||||
|
|
Loading…
Reference in a new issue