Added background script to manage backgrounds more easily

This commit is contained in:
Tibo De Peuter 2022-03-17 20:54:08 +01:00
parent 02aea8ad6e
commit 5151e29461
2 changed files with 45 additions and 15 deletions

View file

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