summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-25 19:58:52 +0100
committeruint23 <[email protected]>2025-04-25 19:58:52 +0100
commitd7bb59edc149ed4aac82f7b4edaacd63aac69f7b (patch)
treed9baf7596190f3b832fe848a92ea3278bf8b8cd7
parent22abae9486a5d5c9db257005cbaee7c7feac1b10 (diff)
added logo + moved screenshots to images
-rw-r--r--README.md14
-rw-r--r--images/1.png (renamed from screenshots/1.png)bin462603 -> 462603 bytes
-rw-r--r--images/2.png (renamed from screenshots/2.png)bin234882 -> 234882 bytes
-rw-r--r--images/sxwm_logo.pngbin0 -> 3400 bytes
4 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9e0d06d..753b250 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,19 @@
-# sxwm - *The (truly) Simple Xorg Window Manager*
+<div style="text-align: center;">
+ <img src="images/sxwm_logo.png" style="image-rendering: pixelated; width: 30%;" alt="sxwm logo">
+</div>
+
+<p style="text-align: center;">
Performance greater than DWM, and easier to config than i3wm
+</p>
+
<details>
<summary><h2>Patch Notes</h2></summary>
-
### v1.1.1
- **NEW**: *Xinerama Support*, *Can swap windows holding Mod + Shift + Dragging*.
- **FIXED**: New windows in `global_floating` mode will spawn in the middle.
</details>
----
-<a href="1"><img src="screenshots/1.png" width="45%" align="right"></a>
+<a href="1"><img src="images/1.png" width="45%" align="right"></a>
Here we have a **minimal**, **tiling**, and **configurable** window manager.
- **Tiling & Floating**: Seamlessly switch between layouts.
@@ -19,7 +23,7 @@ Here we have a **minimal**, **tiling**, and **configurable** window manager.
- **Easy Config**: All settings in `config`.
<br>
-<a href="2"><img src="screenshots/2.png" width="45%" align="right"></a>
+<a href="2"><img src="images/2.png" width="45%" align="right"></a>
- **Master-Stack**: Use the DWM native and super productive layout.
- **Keyboard-driven**: Full coverage via `MOD` + keys.
diff --git a/screenshots/1.png b/images/1.png
index ec9118e..ec9118e 100644
--- a/screenshots/1.png
+++ b/images/1.png
Binary files differ
diff --git a/screenshots/2.png b/images/2.png
index 7f742d4..7f742d4 100644
--- a/screenshots/2.png
+++ b/images/2.png
Binary files differ
diff --git a/images/sxwm_logo.png b/images/sxwm_logo.png
new file mode 100644
index 0000000..a6af287
--- /dev/null
+++ b/images/sxwm_logo.png
Binary files differ