dotfiles/i3/background.sh
2018-05-29 12:26:09 +02:00

7 lines
200 B
Bash
Executable file

#!/bin/bash
background="$HOME/Pictures/background/Red-billed_streamertail_Trochilus_polytmus_female_in_flight_2_modified_colours.jpg"
[[ -n $1 ]] && background="$1"
exec feh --bg-fill "$background"