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 {