#!/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) swaymsg output "*" bg ~/.dotfiles/wallpaper/$IMAGE fill