From 2cf4128f2c8a51ad67b6f6b24360f6d42db8caff Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 28 Aug 2022 12:56:03 +0200 Subject: dotfiles update 08-28-2022 --- .local/share/bin/bgcol | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/share/bin/bgcol (limited to '.local/share') diff --git a/.local/share/bin/bgcol b/.local/share/bin/bgcol new file mode 100755 index 0000000..90b4a04 --- /dev/null +++ b/.local/share/bin/bgcol @@ -0,0 +1,2 @@ +#!/bin/sh +convert -size 1x1 xc:$1 /tmp/bgcol.png && feh --bg-tile /tmp/bgcol.png && rm /tmp/bgcol.png -- cgit v1.2.3