From 2862585c9dde38105b05aee3d24fc8eac70a1c51 Mon Sep 17 00:00:00 2001 From: kubouch Date: Sat, 23 Jan 2021 14:21:12 +0200 Subject: [PATCH] Add some clarifications --- README.md | 2 +- fehbg.nu | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6368539..ac3f882 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/fehbg.nu b/fehbg.nu index b188891..a61711c 100755 --- a/fehbg.nu +++ b/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