sisyphus/.OLD/.config/i3/scripts/background.sh
2022-04-21 22:13:24 +02:00

6 lines
159 B
Bash

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