aboutsummaryrefslogtreecommitdiff
path: root/i3/scripts
diff options
context:
space:
mode:
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