Hello!
What and where should I set/edit to make the fish icon and …fetch look like this (or similar)?
Garuda with Cinnamon DE
instead of garuda-inxi: (I’m on another machine)
CPU: i5-8600
GPU: Intel IGP
RAM: DDR4 8GB
Hello!
What and where should I set/edit to make the fish icon and …fetch look like this (or similar)?
Garuda with Cinnamon DE
instead of garuda-inxi: (I’m on another machine)
CPU: i5-8600
GPU: Intel IGP
RAM: DDR4 8GB
Pls spend time to search here in forum or with your search engine.
245 / 5,000
Thanks!
But if I edited the .config/fish/config.fish
file with
if status --is-interactive && type -q fastfetch
fastfetch --config r460nized-fastfetch.jsonc
end
based on this
then the fish terminal was empty.
Missing icon and fastfetch
Excuse me please, I just format and edit your text (SGS)
## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
fastfetch --config dr460nized.jsonc
end
or
## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
fastfetch --config neofetch.jsonc
end
To change the Fish terminal icon, you can edit your ~/.config/fish/config.fish
file and set the desired icon there. For Fastfetch, you might need to modify its configuration file (usually located in ~/.config/fastfetch/
) to customize the output.
Not by default.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.