diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 12:53:01 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 12:53:01 +0100 |
| commit | 3cbc8c2988967355d0bf5a32adab1798f2d91adf (patch) | |
| tree | 053fe52cf30c4f588f8f78dd53d3f7c52dae59d3 /README.md | |
| parent | 0f38bafb119780d8ee86636685ba57ea89fbc42d (diff) | |
add additional example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
