From 13885e75508d63bdceab27f88f67791351112ebb Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 28 Jun 2023 14:36:17 +0100 Subject: Fix some sway options --- sway/.config/sway/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 255b5a8..6377413 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -38,9 +38,9 @@ output * bg $HOME/Pictures/san-fran-bridge.jpg fill # Example configuration: # exec swayidle -w \ - timeout 300 'swaylock -f -c 000000' \ - timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' + timeout 300 'swaylock -f --image DP-1:~/Dropbox/backgrounds/starry-night-church-blurred.jpg --image DP-2:~/Dropbox/backgrounds/starry-night-closeup-sun-blurred.jpg' \ + timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ + before-sleep 'swaylock -f --image DP-1:~/Dropbox/backgrounds/starry-night-church-blurred.jpg --image DP-2:~/Dropbox/backgrounds/starry-night-closeup-sun-blurred.jpg' # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when @@ -218,6 +218,8 @@ mode "resize" { } bindsym $mod+r mode "resize" +bindsym $mod+l exec swaylock -f --image DP-1:~/Dropbox/backgrounds/starry-night-church-blurred.jpg --image DP-2:~/Dropbox/backgrounds/starry-night-closeup-sun-blurred.jpg + # # Status Bar: # @@ -241,7 +243,7 @@ exec /usr/bin/nm-applet --indicator include /etc/sway/config.d/* -client.focused #00c266 #00c266 #000000 #99644c #00c266 +client.focused #00c266 #00c266 #000000 #00c266 #00c266 client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a client.unfocused #333333 #222222 #888888 #292d2e #222222 client.urgent #2f343a #900000 #ffffff #900000 #900000 -- cgit