Added background script to manage backgrounds more easily
This commit is contained in:
parent
02aea8ad6e
commit
5151e29461
2 changed files with 45 additions and 15 deletions
6
.config/i3/scripts/background.sh
Normal file
6
.config/i3/scripts/background.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
background=$(ls ~/.local/share/backgrounds/ | grep "^bg.[^.]*$")
|
||||
|
||||
xsetroot -solid "#333333"
|
||||
feh --bg-scale ".local/share/backgrounds/$background"
|
Loading…
Add table
Add a link
Reference in a new issue