summaryrefslogtreecommitdiff
path: root/chwal
diff options
context:
space:
mode:
Diffstat (limited to 'chwal')
-rwxr-xr-xchwal5
1 files changed, 5 insertions, 0 deletions
diff --git a/chwal b/chwal
new file mode 100755
index 0000000..f05b8b4
--- /dev/null
+++ b/chwal
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+wallpapers="$HOME/pix"
+chosen=$(ls $wallpapers | dmenu -i -p "Wallpaper:")
+feh --bg-scale "$HOME/pix/$chosen"