From 3e5943666ee82191551af4f85ecd6e5c04f3b0bc Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 21 Nov 2021 20:24:44 -0500 Subject: [PATCH] sway: config: make wallpaper a locally defined variable --- sway/.config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 4cbf670..bdaec09 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -200,7 +200,9 @@ bindsym $mod+r mode "resize" include /etc/sway/config.d/* include /home/peter/.config/sway/local.d/* -bindsym Ctrl+Mod1+l exec swaylock -i /home/peter/Downloads/wallpapers/737332.png --clock --fade-in 1 --indicator --indicator-thickness 6 --ring-color 5af78e --inside-color 00000055 --key-hl-color 4d4d4d --line-uses-ring --separator-color 00000000 --text-color ffffff --timestr "%H:%M" +output "*" bg $wallpaper fill + +bindsym Ctrl+Mod1+l exec swaylock -i $wallpaper --clock --fade-in 1 --indicator --indicator-thickness 6 --ring-color 5af78e --inside-color 00000055 --key-hl-color 4d4d4d --line-uses-ring --separator-color 00000000 --text-color ffffff --timestr "%H:%M" bindsym $mod+x exec bemenu-run | xargs swaymsg exec -- bindsym Print exec grimshot --notify save area