diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 13:28:35 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 13:28:35 +0100 |
| commit | 4ebcc043af2c98749a85e45d2dedad144cebac64 (patch) | |
| tree | 9edc1bedd50a5e5c8cee9a894be11017eba3fabf /README.md | |
| parent | 3cbc8c2988967355d0bf5a32adab1798f2d91adf (diff) | |
fix terminal size in example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,10 +59,10 @@ Options: #### Set neofetch as desktop wallpaper -`xwinwrap -ni -nf -ovr -fs -- xterm -hold -geometry 1920x1080 -bg black -fg white +sb -into WID -e neofetch` +`xwinwrap -ni -nf -ovr -fs -- xterm -hold -geometry 319x82 -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` +`xwinwrap -ni -nf -ovr -fs -- xterm -hold -geometry 319x82 -bg black -fg white +sb -into WID -e htop` ### Changes |
