mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-31 14:17:45 +00:00
Add some clarifications
This commit is contained in:
parent
fc8ff85e7b
commit
2862585c9d
2 changed files with 5 additions and 2 deletions
|
@ -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) |
|
||||
|
|
5
fehbg.nu
5
fehbg.nu
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue