Skip to content

Commit ba4b985

Browse files
committed
index.md: simplify landing page and add screenshot/video pages
Leading with limitations ("does not support...") frames the projects defensively instead of communicating value. Whilst operating within limits is often fundamental for good Engineering design, it feels more appropriate to unpack this at the gh repo README.md rather than on the website index page.
1 parent 4b7b9a9 commit ba4b985

File tree

9 files changed

+59
-14
lines changed

9 files changed

+59
-14
lines changed

deploy/img/scrot3-opensuse.png

43.1 KB
Loading

deploy/img/scrot4-lxqt.png

577 KB
Loading

deploy/img/scrot5-rpi.png

727 KB
Loading

deploy/img/scrot6-cairodock.png

590 KB
Loading

deploy/img/scrot7-noctalia.png

500 KB
Loading

deploy/img/scrot8-dms.png

295 KB
Loading

src/index.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,9 @@ It is lightweight and independent with a focus on simply stacking windows well,
55
and rendering some window decorations. It relies on clients for panels,
66
screenshots, wallpapers, and so on to create a full desktop environment.
77

8-
Labwc tries to stay in keeping with [wlroots] and [sway] in terms of general
9-
approach and coding style.
10-
11-
Labwc only understands [wayland-protocols] & [wlr-protocols], and cannot
12-
be controlled with dbus, sway/i3-IPC, or other technology. The reason for this is
13-
that we believe that custom IPCs and protocols create a fragmentation that
14-
hinders general Wayland adoption.
15-
16-
<a href="img/scrot1.png">
17-
<img src="img/scrot1-small.png">
18-
</a>
8+
- [Screenshots](screenshots.html)
9+
- [Videos](videos.html)
1910

2011
[Wayland]: https://wayland.freedesktop.org/
2112
[Openbox]: http://openbox.org/
2213
[wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots
23-
[sway]: https://github.com/swaywm
24-
[wayland-protocols]: https://gitlab.freedesktop.org/wayland/wayland-protocols
25-
[wlr-protocols]: https://gitlab.freedesktop.org/wlroots/wlr-protocols

src/screenshots.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Screenshots
2+
3+
### LXQt
4+
5+
- labwc theme: `Colloid-Light`
6+
- kvantum theme: [Colloid](https://github.com/vinceliuice/Colloid-kde)
7+
8+
<a href="img/scrot4-lxqt.png"><img src="img/scrot4-lxqt.png"></a>
9+
10+
### Xfce4 on OpenSUSE
11+
12+
- labwc theme: [labGreybird-geeko](https://github.com/labwc/labwc-themes)
13+
14+
<a href="img/scrot3-opensuse.png"><img src="img/scrot3-opensuse.png"></a>
15+
16+
### Raspberry Pi
17+
18+
<a href="img/scrot5-rpi.png"><img src="img/scrot5-rpi.png"></a><br />
19+
20+
### Cairo Dock
21+
22+
- labwc theme: [teallach](https://github.com/labwc/labwc-themes/tree/master/labTeallach/labwc)
23+
- icon theme: breeze-dark
24+
- kvantum theme: [WhiteSur-opaqueDark](https://github.com/vinceliuice/WhiteSur-kde)
25+
26+
<a href="img/scrot6-cairodock.png"><img src="img/scrot6-cairodock.png"></a>
27+
28+
### Noctalia
29+
30+
<a href="img/scrot7-noctalia.png"><img src="img/scrot7-noctalia.png"></a>
31+
32+
### Dank Material Shell
33+
34+
<a href="img/scrot8-dms.png"><img src="img/scrot8-dms.png"></a>
35+
36+
### sfwbar
37+
38+
<a href="img/scrot2.png"><img src="img/scrot2-small.png"></a>
39+
40+
### Original Screenshot
41+
42+
<a href="img/scrot1.png"><img src="img/scrot1-small.png"></a>
43+
44+

src/videos.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Videos
2+
3+
| video link | date | duration
4+
| ------------------------- | ------------| -------
5+
| [0.9.4-release-video] | 27-Feb-2026 | 3:19
6+
| [0.8.3-release-video] | 03-Mar-2025 | 2:35
7+
| [0.7.2-release-video] | 24-May-2024 | 3:17
8+
| [0.6.0-release-video] | 31-Oct-2022 | 2:48
9+
10+
[0.9.4-release-video]: https://youtu.be/BY7AFh-MnOk
11+
[0.8.3-release-video]: https://youtu.be/HGzqci_THwA
12+
[0.7.2-release-video]: https://youtu.be/gNIj6VU-IH8
13+
[0.6.0-release-video]: https://youtu.be/guBnx18EQiA

0 commit comments

Comments
 (0)