scripts

Random scripts
git clone git://git.margiolis.net/scripts.git
Log | Files | Refs | README | LICENSE

walset (208B)


      1 #!/bin/sh
      2 
      3 bgloc="${HOME}/.local/share/bg"
      4 
      5 test -f "${1}" && ln -sf "$(readlink -f "${1}")" "${bgloc}" &&
      6 echo "Changing wallpaper to ${bgloc}" | nfy
      7 xwallpaper --zoom "$(readlink -f "${bgloc}")" >/dev/null