diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2019-04-28 19:45:02 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2019-04-28 19:45:02 +0200 |
commit | 27881477f716496146f4f263adc6332e5f1294f2 (patch) | |
tree | 2858a151c53b842594369d630bb5257b8a89b275 /i3/scripts | |
parent | 4e3bbbc43654f4c4d4e992d9c09bc270572f6032 (diff) |
Update configuration
Diffstat (limited to 'i3/scripts')
-rwxr-xr-x | i3/scripts/i3/wallpaper.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/i3/scripts/i3/wallpaper.sh b/i3/scripts/i3/wallpaper.sh index cb76cef..5bc0d2b 100755 --- a/i3/scripts/i3/wallpaper.sh +++ b/i3/scripts/i3/wallpaper.sh @@ -1,10 +1,11 @@ #!/bin/sh #image=$(find ~/wallpaper/wallpaper/wallpapers -type f \( -name '*.jpg' -o -name '*.png' \) -print0 | shuf -n1 -z | xargs -0) -image=~/wallpaper/current.jpg +image=$1 +#.virtualenvs/pywal/bin/wal -n -i "${image}" --saturate .8 -a 90 hsetroot \ -fill "${image}" \ -add "#ffffffff" \ -addd "#ffffff00" 5 \ -addd "#ffffff00" 5 \ - -add "#ffffffff" \ + -add "#000000ff" \ -gradient 0 |