summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas@tuxedobook2020-04-14 19:21:56 +0200
committerandreas@tuxedobook2020-04-14 19:21:56 +0200
commitd1dc4ec81cb768f03bdb6e10ffc44d1c03da85a0 (patch)
tree211da5c29846f2da5664b3baaee9301e7eee33a4
parentaa2e940454481db0793923deec696b39b954bc41 (diff)
downloaddotfiles-d1dc4ec81cb768f03bdb6e10ffc44d1c03da85a0.zip
dotfiles-d1dc4ec81cb768f03bdb6e10ffc44d1c03da85a0.tar.gz
Add 'wallpaper-set.sh' to configure bg using feh.
-rw-r--r--src/bin/wallpaper-set.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/wallpaper-set.sh b/src/bin/wallpaper-set.sh
new file mode 100644
index 0000000..f963db9
--- /dev/null
+++ b/src/bin/wallpaper-set.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+feh --randomize --bg-fill ~/.wallpaper/*
+