aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 12:53:01 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 12:53:01 +0100
commit3cbc8c2988967355d0bf5a32adab1798f2d91adf (patch)
tree053fe52cf30c4f588f8f78dd53d3f7c52dae59d3
parent0f38bafb119780d8ee86636685ba57ea89fbc42d (diff)
add additional example
-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