From 8780202af81df863ed506b67f3e667792bd4ccbd Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sat, 30 Sep 2023 09:10:56 +0100 Subject: [PATCH] README.md: tone down no-frills statement 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05d26d18..fc14b99a 100644 --- 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.