[background] Change background to a common path

This commit is contained in:
M1dgard 2018-05-29 12:21:02 +02:00
parent 9abe67166f
commit 1e21896889
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
nvim/plug
nvim/**/.*
**/secrets.sh
i3/background

View file

@ -34,6 +34,8 @@ The Arch Linux package to install is between parentheses.
You are encouraged to copy stuff you like to your own configuration files. If you want to copy my setup, you can use the script `install.sh` (that script is normally mostly for myself though).
Create a symlink to a background image in `~/.config/i3/background`.
## TODO
* Document more about how to get NeoVim and the plugins up and running.

View file

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