From 9ffada8aacaaffc552e389d7fa31b063a8762aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Sun, 19 Jul 2026 19:50:58 +0200 Subject: [PATCH] fix: fastfetch logo stretching and centering, slideshow COSMIC update - Remove explicit width/height from fastfetch logo config so kitty auto-sizes without stretching - Remove stray keyWidth:20 from first section footer that shifted bottom border right - Add 4 dashes to first footer to match header width (71 chars each) - Update slideshow COSMIC text and welcome app copy --- .../Configs/Home/.config/fastfetch/config.jsonc | 5 +---- packages/calamares-branding-antergos-next/show.qml | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc b/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc index f771216..7e06630 100644 --- a/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc +++ b/packages/antergos-layan-theme/Configs/Home/.config/fastfetch/config.jsonc @@ -3,8 +3,6 @@ "logo": { "source": "~/.config/fastfetch/AntergosP.png", "type": "kitty", - "height": 18, - "width": 25, "padding": { "top": 8, "left": 3 @@ -24,8 +22,7 @@ }, { "type": "custom", - "format": "\u001b[36m└─────────────────────────────────────────────────────────────────┘", - "keyWidth": 20 + "format": "\u001b[36m└─────────────────────────────────────────────────────────────────────┘" }, "break", { diff --git a/packages/calamares-branding-antergos-next/show.qml b/packages/calamares-branding-antergos-next/show.qml index 898d57d..6d4a534 100644 --- a/packages/calamares-branding-antergos-next/show.qml +++ b/packages/calamares-branding-antergos-next/show.qml @@ -95,12 +95,12 @@ Item { }, Dia { title: qsTr("Desktop Environments") - body: qsTr("Select from KDE Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, or Hyprland.") - footer: qsTr("A curated selection of the best Linux desktops") + body: qsTr("Select from KDE Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland, or COSMIC.") + footer: qsTr("A curated selection of Linux desktops") }, Dia { title: qsTr("Antergos Tools") - body: qsTr("Welcome app for system configuration, Calamares installer with offline and online modes, and full access to the AUR.") + body: qsTr("Welcome app for system configuration, Calamares online installer, and full access to the AUR.") footer: qsTr("Everything you need to get started") }, Dia {