From a4f926b16cdf9d347a8474a5e5292d78cfc8555d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:57:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20[UX=20improvement]=20?= =?UTF-8?q?Enhanced=20Welcome=20Screen=20&=20README=20Accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change improves the accessibility and visual scannability of the KibaOS welcome screen and repository documentation. Key improvements: - Added semantic `
` tag to `welcome.html` in `build.sh`. - Integrated descriptive emojis (📖, 🐞, 💻) to action buttons for better visual cues. - Enhanced external links with `aria-label`, `target="_blank"`, and `rel="noopener noreferrer"`. - Implemented `:focus-visible` styles for better keyboard navigation visibility. - Updated README.md hero image with descriptive alt text for screen readers. Verified with Playwright and repository audits. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com> --- README.md | 2 +- build.sh | 73 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index b632cec..c9494dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-image +Screenshot of KibaOS showing the Budgie Desktop with a Cutefish-inspired aesthetic, featuring a floating bottom panel, dark navy theme, and modern UI elements.

diff --git a/build.sh b/build.sh index 73f30e0..370c868 100644 --- a/build.sh +++ b/build.sh @@ -1608,6 +1608,7 @@ cat > /usr/share/kibaos/welcome.html << 'WELCOMEHTML' transition: background .12s; } .btn:hover { background:var(--accent-dark); } + .btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; } .btn.secondary { background:var(--surface); color:var(--accent); border:1.5px solid var(--border); @@ -1633,42 +1634,44 @@ cat > /usr/share/kibaos/welcome.html << 'WELCOMEHTML'

A fast, polished Budgie desktop built on Arch Linux — by WolfTech Innovations

-
-
-

Budgie 10.10 Wayland

-

Fully Wayland-native. Powered by labwc for smooth, compositor-agnostic window management.

+
+
+
+

Budgie 10.10 Wayland

+

Fully Wayland-native. Powered by labwc for smooth, compositor-agnostic window management.

+
+
+

Built on Arch Linux

+

Rolling release. Always the latest software, straight from upstream with full AUR access.

+
+
+

Unified Design

+

Inspired by DDE's curves, Paper's flat surfaces, and Cutefish's airy, floating aesthetic.

+
+
+

Private by Default

+

Full disk encryption support. No telemetry. Your data stays yours.

+
-
-

Built on Arch Linux

-

Rolling release. Always the latest software, straight from upstream with full AUR access.

-
-
-

Unified Design

-

Inspired by DDE's curves, Paper's flat surfaces, and Cutefish's airy, floating aesthetic.

-
-
-

Private by Default

-

Full disk encryption support. No telemetry. Your data stays yours.

-
-
- -
-

Ready to Install?

-

Click Install KibaOS on the desktop, or run:

-
sudo calamares
-
- Wiki - Report Issue - GitHub - -

Design Language

-

KibaOS's visual identity draws from three reference desktops:

-
- DDE — smooth rounded corners, cohesive icon language, dark navy base - Paper DE — flat material surfaces, colored accents, minimal depth shadows - Cutefish — floating dock, translucent panels, generous whitespace, airy cards -
-
+ +
+

Ready to Install?

+

Click Install KibaOS on the desktop, or run:

+
sudo calamares
+
+ 📖 Wiki + 🐞 Report Issue + 💻 GitHub + +

Design Language

+

KibaOS's visual identity draws from three reference desktops:

+
+ DDE — smooth rounded corners, cohesive icon language, dark navy base + Paper DE — flat material surfaces, colored accents, minimal depth shadows + Cutefish — floating dock, translucent panels, generous whitespace, airy cards +
+
+