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
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
"logo": {
|
"logo": {
|
||||||
"source": "~/.config/fastfetch/AntergosP.png",
|
"source": "~/.config/fastfetch/AntergosP.png",
|
||||||
"type": "kitty",
|
"type": "kitty",
|
||||||
"height": 18,
|
|
||||||
"width": 25,
|
|
||||||
"padding": {
|
"padding": {
|
||||||
"top": 8,
|
"top": 8,
|
||||||
"left": 3
|
"left": 3
|
||||||
@@ -24,8 +22,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "\u001b[36m└─────────────────────────────────────────────────────────────────┘",
|
"format": "\u001b[36m└─────────────────────────────────────────────────────────────────────┘"
|
||||||
"keyWidth": 20
|
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -95,12 +95,12 @@ Item {
|
|||||||
},
|
},
|
||||||
Dia {
|
Dia {
|
||||||
title: qsTr("Desktop Environments")
|
title: qsTr("Desktop Environments")
|
||||||
body: qsTr("Select from KDE Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, or Hyprland.")
|
body: qsTr("Select from KDE Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland, or COSMIC.")
|
||||||
footer: qsTr("A curated selection of the best Linux desktops")
|
footer: qsTr("A curated selection of Linux desktops")
|
||||||
},
|
},
|
||||||
Dia {
|
Dia {
|
||||||
title: qsTr("Antergos Tools")
|
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")
|
footer: qsTr("Everything you need to get started")
|
||||||
},
|
},
|
||||||
Dia {
|
Dia {
|
||||||
|
|||||||
Reference in New Issue
Block a user