From 44123cbd67b02997c5b26a1d97042bed69cd476b Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 22 Nov 2019 23:55:35 +0100 Subject: Created wal.sh to run wal on an image and recompile dmenu. --- wal.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 wal.sh (limited to 'wal.sh') diff --git a/wal.sh b/wal.sh new file mode 100755 index 0000000..b689eed --- /dev/null +++ b/wal.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# +# wal.sh +# +# Usage: wal.sh image +# +# Runs wal with argument image and compiles dmenu + +[ -z "$1" ] && exit 1 + +image="$1" + +wal -i "$image" +sudo make -C "/home/taamas/repos/dmenu/" install clean -- cgit v1.2.1