From c6e69e96421ebf192eb6de537324e269e7bfda78 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 19 May 2019 20:05:14 -0400 Subject: massive cleanup --- .local/bin/dmenupass | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/bin/dmenupass (limited to '.local/bin/dmenupass') diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass new file mode 100755 index 0000000..4fc464f --- /dev/null +++ b/.local/bin/dmenupass @@ -0,0 +1,2 @@ +#!/bin/sh +dmenu -fn Monospace-18 -sb "#d79921" -sf "#1d2021" -nf "#000000" -nb "#000000" -p "$1" <&- && echo -- cgit v1.3.1