From 8e97cff50b77a5c381447e675ea448865aa69d74 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 27 May 2021 21:11:39 +0200 Subject: Bug fix in PATH export, added some of Luke's scripts --- .local/bin/setbg | 16 ++++++++++++++++ 1 file changed, 16 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..8eeecfe --- /dev/null +++ b/.local/bin/setbg @@ -0,0 +1,16 @@ +#!/bin/sh + +# This script does the following: +# Run by itself, set the wallpaper (at X start). +# If given a file, set that as the new wallpaper. + +## Location of link to wallpaper link. +bgloc="${XDG_DATA_HOME:-$HOME/.local/share/}/wallpaper" + +trueloc="$(readlink -f "$1")" && +case "$(file --mime-type -b "$trueloc")" in + image/* ) ln -sf "$(readlink -f "$1")" "$bgloc" && notify-send -i "$bgloc" "Changing wallpaper..." ;; + *) notify-send "Error" "Not a valid image." ; exit 1;; +esac + +xwallpaper --zoom "$bgloc" -- cgit v1.2.3-70-g09d2