commit 028cd029bfbd787e94a98ea2dc29beaa47161702 parent abdf31f06733b3826d9f55a797e5e1f4348bb853 Author: NicholasFarrow <nicholas.w.farrow@gmail.com> Date: Wed, 15 Jan 2020 04:16:20 +1100 use wal for random desktop background Diffstat:
M | .config/i3/config | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.config/i3/config b/.config/i3/config @@ -17,7 +17,10 @@ workspace 2 output DVI-I-0 exec --no-startup-id source $HOME/.bash_profile # Choose random background -exec --no-startup-id feh --randomize --bg-fill ~/Pictures/Wallpapers/* +#exec --no-startup-id feh --randomize --bg-fill ~/Pictures/Wallpapers/* + +# Choose random background with associated color theme +exec --no-startup-id wal -i ~/Pictures/Wallpapers/ -l # I3 Lock, SCRIPT FROM https://github.com/petvas/i3lock-blur bindsym $mod+F12 exec ~/.config/i3lock/lock.sh