dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

walset (202B)


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