#!/bin/sh # # This script takes a random wallpaper out of the folder it cd's into # In the repo there are duplicates of the backgrounds with different colorgrading, # I'm "limiting" myself to one colorgrading cd ~/.dotfiles/wallpaper IMAGE=$(find *'.png' | sort -R | tail -n 1) killall swaybg swaybg -m fill -i ~/.dotfiles/wallpaper/$IMAGE