aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-08-28 12:56:03 +0200
committerlonkaars <loek@pipeframe.xyz>2022-08-28 12:56:03 +0200
commit2cf4128f2c8a51ad67b6f6b24360f6d42db8caff (patch)
tree8ef95cb655b6163b61c529b4eefc3731fb10a156 /.local/share
parent78c931cf2d4fdb59814ef1d4e1f57cc435e22fdd (diff)
dotfiles update 08-28-2022
Diffstat (limited to '.local/share')
-rwxr-xr-x.local/share/bin/bgcol2
1 files changed, 2 insertions, 0 deletions
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