aboutsummaryrefslogtreecommitdiff
path: root/i3/scripts
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2019-04-28 19:45:02 +0200
committerSébastien Dailly <sebastien@chimrod.com>2019-04-28 19:45:02 +0200
commit27881477f716496146f4f263adc6332e5f1294f2 (patch)
tree2858a151c53b842594369d630bb5257b8a89b275 /i3/scripts
parent4e3bbbc43654f4c4d4e992d9c09bc270572f6032 (diff)
Update configuration
Diffstat (limited to 'i3/scripts')
-rwxr-xr-xi3/scripts/i3/wallpaper.sh5
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