From 697fe93c028f1d29cda71710843d8d1aa39cba32 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 15 Aug 2021 22:30:06 +0530 Subject: [PATCH] i3 wallpaper config --- config/i3/config | 1 + config/i3/i3lock.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index 4df4efc..1976e2b 100644 --- a/config/i3/config +++ b/config/i3/config @@ -180,6 +180,7 @@ mode "resize" { } bindsym $mod+r mode "resize" +bindsym $mod+n exec nitrogen --set-zoom-fill --random ~/Pictures/wallpapers/ # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) diff --git a/config/i3/i3lock.sh b/config/i3/i3lock.sh index 8826580..9e7adf2 100644 --- a/config/i3/i3lock.sh +++ b/config/i3/i3lock.sh @@ -1,3 +1,3 @@ #!/bin/bash -ffmpeg -y -i ~/Pictures/wallpapers/$(ls ~/Pictures/wallpapers/ | shuf -n1) /tmp/i3lock.png && i3lock -t -i /tmp/i3lock.png +ffmpeg -y -i ~/Pictures/wallpapers/external/$(ls ~/Pictures/wallpapers/external/ | shuf -n1) /tmp/i3lock.png && i3lock -t -i /tmp/i3lock.png