diff --git a/README.md b/README.md index 3f7022c1..304a7e34 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info **All OS:** - `Bash 4.0+` -- Text formatting, dynamic image size and padding: `tput` **Linux / BSD / Windows:** @@ -80,8 +79,7 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info - **Note:** The script can now also use iTerm2's builtin image rendering instead of w3m! - Enable it by changing `image_backend` to `iterm2` or by using the launch flag `--image_backend`. - Image Cropping, Resizing etc: `ImageMagick` -- Window manager detection: `wmctrl` - - This is used as a fallback to parsing `.xinitrc` and `$XDG_CURRENT_DESKTOP`. +- More accurate window manager detection: `wmctrl` **Linux / BSD:** diff --git a/fetch b/fetch index 9cbb5b11..19b39c6d 100755 --- a/fetch +++ b/fetch @@ -1436,10 +1436,8 @@ trap 'printf "\e[?25h"; clear; exit' 2 lines=$(tput lines) columns=$(tput cols) -# Clear the terminal +# Clear the terminal and hide the cursor clear - -# Hide the cursor printf "\e[?25l" # Get image