Custom ASCII not showing up #2128
Unanswered
mateomisas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added fastfetch to the end of my .bashrc file, and I’m using custom ASCII art from a .txt file referenced in my config.jsonc.
However, whenever I open a new terminal window, it displays the default distro art instead. Even running source ~/.bashrc doesn't fix it. Strangely, if I open the ASCII .txt file in nano first and then run source ~/.bashrc, my custom art appears, but only for that specific session. Once I close the window, the problem returns.
I don't understand why this is happening. Any help would be appreciated!
Here is the config file:
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"logo": {
"type": "file",
"source": "./logo.txt",
"color": {
"1": "red"
}
},
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"break",
"colors"
]
}
Beta Was this translation helpful? Give feedback.
All reactions