]> git.mdlowis.com Git - proto/labwc.git/commitdiff
README.md: tone down no-frills statement
authorJohan Malm <jgm323@gmail.com>
Sat, 30 Sep 2023 08:10:56 +0000 (09:10 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 30 Sep 2023 21:26:38 +0000 (22:26 +0100)
Features such as icons, gradients and drop-shadows were declined in the
early phases of the project to focus on designing the fundamental building
blocks well without pressure to implement additional features which may
have compromised good design decisions.

As a core team we are not against these features per se other than when
they sacrifice the ability to run well on low spec hardware, or
disproportionately increase code complexity and long term maintenance
burden.

README.md

index 05d26d18ef7ffcd03392fd28152356c0b67e5018..fc14b99a7fe093f3d8aca35655006ad72ad681b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,10 +36,8 @@ by [openbox].
 
 It is light-weight and independent with a focus on simply stacking windows well
 and rendering some window decorations. It takes a no-bling/frills approach and
-says no to features such as icons (except window buttons), animations,
-decorative gradients and any other options not required to reasonably render
-common themes. It relies on clients for panels, screenshots, wallpapers and so
-on to create a full desktop environment.
+says no to features such as animations.  It relies on clients for panels,
+screenshots, wallpapers and so on to create a full desktop environment.
 
 Labwc tries to stay in keeping with [wlroots] and [sway] in terms of general
 approach and coding style.