Commit 0dafe49
fix(dashboard): fastfetch logo position:top -- no more column-bleed with 3D ASCII
The MiOS branding ASCII (54 chars wide x 11 lines tall) didn't fit
fastfetch's default left-column layout. fastfetch v2.60 falls back to
"info on left, logo on right" when the logo is too wide for a left
column, and the system-info text wraps INTO the logo's right edge --
producing the artifacts the user observed:
user@CloudWS-602
---------------- ___ ___
OS Fedora Linux 43 (Container Image) x86_64\ \
Kernel Linux 6.6.114.1-microsoft-standard-WSL2 \
The right-edge `\ \`, `\` and `:\` characters are the MiOS logo
bleeding into the info column.
Fix: position:top renders the ASCII block ABOVE the info table:
[LOGO BLOCK -- 11 lines of clean MiOS ASCII]
user@CloudWS-602
----------------
OS Fedora Linux 43 (Container Image) x86_64
Kernel Linux 6.6.114.1-microsoft-standard-WSL2
...
Padding: top=1 (one blank above logo), left=2 (matches dashboard's
2-space indent), right=0 (no horizontal extension). Width is fluid;
no column truncation possible.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 409c64d commit 0dafe49
1 file changed
Lines changed: 8 additions & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| |||
0 commit comments