sisyphus/.OLD/.config/i3/scripts/background.sh

7 lines
159 B
Bash
Raw Normal View History

#!/bin/bash
background=$(ls ~/.local/share/backgrounds/ | grep "^bg.[^.]*$")
xsetroot -solid "#333333"
feh --bg-scale ".local/share/backgrounds/$background"