aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 20:11:29 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 20:11:29 +0100
commit6cb4c5c8451196aedb84ebd240a1c6a150bee35a (patch)
treeed2ef0f5a31628c5b66c79a081a88deee4c13eb3
parent4ebcc043af2c98749a85e45d2dedad144cebac64 (diff)
change example from xterm to st
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9661af1..e11b6c7 100644
--- a/README.md
+++ b/README.md
@@ -59,10 +59,10 @@ Options:
#### Set neofetch as desktop wallpaper
-`xwinwrap -ni -nf -ovr -fs -- xterm -hold -geometry 319x82 -bg black -fg white +sb -into WID -e neofetch`
+`xwinwrap -ni -nf -ovr -fs -- st -w WID -e neofetch`
#### Set htop as desktop wallpaper
-`xwinwrap -ni -nf -ovr -fs -- xterm -hold -geometry 319x82 -bg black -fg white +sb -into WID -e htop`
+`xwinwrap -ni -nf -ovr -fs -- st -w WID -e htop`
### Changes