🎨 Palette: Standardize Zenity Dialogs & Clean System Info#222
🎨 Palette: Standardize Zenity Dialogs & Clean System Info#222christopherfoxjr wants to merge 1 commit into
Conversation
This commit implements a micro-UX improvement by standardizing Zenity dialog dimensions to 450x500 across kiba-welcome and kiba-access utilities in build.sh. This ensures visual consistency and prevents jarring window size changes. Additionally, the system information display is improved by using fastfetch flags to strip ANSI colors and ASCII art, ensuring clean plain-text output in the Zenity text info window. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |

Standardized Zenity dialog dimensions to 450x500 pixels across the
kiba-welcomemain menu, its "Shortcuts" sub-dialog, and thekiba-accessquick panel to ensure UI consistency and prevent layout shifts.Additionally, updated the "System Information" action in
kiba-welcometo use thefastfetch --logo none --pipe true --no-color-blockscommand. This ensures that the system information displayed in thezenity --text-infodialog is clean plain text, free from ANSI escape codes and ASCII art artifacts that the dialog cannot render.These changes align the OOBE and utility experience with the KibaOS professional design aesthetic and accessibility standards.
PR created automatically by Jules for task 9709831647027682443 started by @christopherfoxjr