1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Add some clarifications

This commit is contained in:
kubouch 2021-01-23 14:21:12 +02:00
parent fc8ff85e7b
commit 2862585c9d
2 changed files with 5 additions and 2 deletions

View file

@ -6,4 +6,4 @@ This is a place to share Nushell scripts with each other. If you'd like to share
| File | Nu version | Description |
| ---- | ---------- | ---------- |
| [fehbg.nu](../blob/main/fehbg.nu) | >0.25.1 | Sets a random image from a directory as a wallpaper |
| [fehbg.nu](../blob/main/fehbg.nu) | >0.25.1 | Sets a random image from a directory as a wallpaper (Linux only) |

View file

@ -16,8 +16,11 @@
# !! Requires `WALLPAPER_DIR` and `TMP_DIR` environment variables to be set !!
# (or just hardcode your own paths below)
#
# You can set this script to run on desktop startup, e.g., by adding it to
# xinitrc.
#
# Dependencies;
# * nu version >0.25.1 (0.25.1. doesn't work due to coercion error bug)
# * nu version >0.25.1 (0.25.1 doesn't work due to coercion error bug)
# * feh
# * imagemagick