diff --git a/README.md b/README.md index c1d171d..aeb000c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ --- -https://user-images.githubusercontent.com/51816057/232330465-634faadd-a4ce-419d-ba9b-3cf7515d3f32.mp4 +![](./extras/screenshot.png) --- @@ -101,6 +101,8 @@ Usage of ./gspt: Specify The Directory to check for config.yml file. (default "$XDG_CONFIG_HOME/gspt") -hide-image Do not display the cover art image. + -rounded-corners + Enable Rounded Corners ``` ## Configuration @@ -125,6 +127,9 @@ redraw_interval: 500 # Do not display the cover art image. hide_image: false +# Enable Rounded Corners +rounded_corners: false + # Image Drawing related parameters. See next section for an in-detail explanation. additional_padding_x : 12 additional_padding_y : 16 @@ -273,7 +278,7 @@ Which looks perfect. 🎉 - [ ] Sixel - [ ] tview Images - [ ] Kitty Images -- [ ] Rounded Corners +- [x] Rounded Corners - [ ] Customisable UI - [ ] Wayland Support for Image rendering - [ ] Queue Support diff --git a/extras/screenshot.png b/extras/screenshot.png index 46be419..18d2ed5 100644 Binary files a/extras/screenshot.png and b/extras/screenshot.png differ