From f6038cf3ee7262f93ef0df7b001a3ab47886b697 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 31 Oct 2020 11:32:40 -0400 Subject: Add some common scripts. A symlink for a vimrc snippet --- bin/wallpaper | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/wallpaper (limited to 'bin/wallpaper') diff --git a/bin/wallpaper b/bin/wallpaper new file mode 100755 index 0000000..73f9871 --- /dev/null +++ b/bin/wallpaper @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +wallpaper="$1"; shift + +while true ; do + feh --bg-fill "$wallpaper" + sleep 15 +done -- cgit v1.2.3