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/setbg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .local/bin/setbg (limited to '.local/bin/setbg') diff --git a/.local/bin/setbg b/.local/bin/setbg new file mode 100755 index 0000000..950ae7c --- /dev/null +++ b/.local/bin/setbg @@ -0,0 +1,4 @@ +#!/bin/sh +# Sets the background. If given an argument, will set file as background. +[ ! -z "$1" ] && cp "$1" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Wallpaper changed." +xwallpaper --zoom ~/.config/wall.png -- cgit v1.3.1