diff --git a/contrib/borders/README.md b/contrib/borders/README.md new file mode 100644 index 000000000..02098b211 --- /dev/null +++ b/contrib/borders/README.md @@ -0,0 +1,16 @@ +# Border Image Samples +This folder contains sample border images for anyone's use. A `testing.png` file also provides borders which can be used for easier debugging of incorrect border image rendering. + +Feel free to add your own and make a PR, as long as they aren't _too_ similar to existing samples. Please keep them list in alphabetical order. Keep in mind that this directory will likely be removed once the contrib script for creating such images becomes available. + +## Rounded +![](https://raw.githubusercontent.com/TheAvidDev/sway-borders/master/contrib/borders/rounded.png) + +## Rounded and Shadows +![](https://raw.githubusercontent.com/TheAvidDev/sway-borders/master/contrib/borders/rounded_and_shadows.png) + +## Shadows +![](https://raw.githubusercontent.com/TheAvidDev/sway-borders/master/contrib/borders/shadows.png) + +## Testing +![](https://raw.githubusercontent.com/TheAvidDev/sway-borders/master/contrib/borders/testing.png) diff --git a/contrib/borders/rounded.png b/contrib/borders/rounded.png new file mode 100644 index 000000000..353bfabed Binary files /dev/null and b/contrib/borders/rounded.png differ diff --git a/contrib/borders/rounded_and_shadows.png b/contrib/borders/rounded_and_shadows.png new file mode 100644 index 000000000..e5ede702b Binary files /dev/null and b/contrib/borders/rounded_and_shadows.png differ diff --git a/contrib/borders/shadows.png b/contrib/borders/shadows.png new file mode 100644 index 000000000..f25eadb87 Binary files /dev/null and b/contrib/borders/shadows.png differ diff --git a/contrib/borders/testing.png b/contrib/borders/testing.png new file mode 100644 index 000000000..9c956bdd4 Binary files /dev/null and b/contrib/borders/testing.png differ