aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index df701a3..371849f 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,12 @@ Options:
### Example
-#### Have neofetch as a wallpaper
+#### Set neofetch as desktop wallpaper
-`xwinwrap -ov -fs -- xterm -hold -geometry 1920x1080 -bg black -fg white +sb -into WID -e neofetch`
+`xwinwrap -ni -nf -ovr -fs -- xterm -hold -geometry 1920x1080 -bg black -fg white +sb -into WID -e neofetch`
+
+#### Set htop as desktop wallpaper
+`xwinwrap -ni -nf -ovr -fs -- xterm -hold -geometry 1920x1080 -bg black -fg white +sb -into WID -e htop`
### Changes