Fastfetch Config Tinkering

Totally agree! It’s up to us how much blimmin’ we wanna go for :winking_face_with_tongue:

2 Likes

I couldn’t agree more. I’ve also “stolen” a few things (all of them) from here. The logo from @Noodly and the Fastfetch code from an older post from @UncleSpellbinder.

7 Likes

This is blimmin’ fine coding here :enos: From all of us !

3 Likes

@fog @Noodly ,
Noob question, sorry! How do I get the Pac-Man thing? I just have square boxes :sweat_smile:

image

2 Likes

what fonts do you have?

1 Like

Same here. I also took a few things from other people and adapted them myself to make them most useful for me. That’s what the forum is for, after all.

5 Likes

Bitstreams Vera Sans

Try nerd fonts to allow symbols to be displayed.

4 Likes

I used glyphs from here..

I searched “pac” and “ghost”

Edit: Also make sure you have a nerd font installed. :slightly_smiling_face:

hehehehe Blimmin’ marvellous. :joy:

1 Like

So I just need to download and install any Nerd Font, right? For example, I’m getting BitstromWera Nerd Font.

Edit:
Ooh la la! Thanks, @thefrog, @Noodly, @swh :grinning_face_with_smiling_eyes:

5 Likes

Perfect. I was just about to reply about how to activate Nerd Fonts in konsole. Glad you figured it out yet :vulcan_salute:

Blimmin’ marvelous :sweat_smile:

3 Likes

A lot (maybe all) of the nerd fonts are in the extra repository. :victory_hand:

2 Likes

giphy

5 Likes

LOL blimmin’ true! :laughing:

2 Likes

Ahh, got it — it’s available in the repo! I actually downloaded it manually just now and installed the mono version :grinning_face_with_smiling_eyes:

5 Likes

I found another one I just couldn’t resist making a logo into.

you can get the logo here

10 Likes

Returned to Kitty from Konsole.
I have also gone back to Bash from ZSH.

#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '

# Created by Noodly for EndeavourOS

#Greeting

fortune paradoxum | cowthink -s
echo ""
echo -e "\033[35mHey $USER "
echo ""
echo -e "\033[35mIt's $(date +%A), $(date +%d) $(date +%B)"
echo ""
echo "We got this... probably. "

#Aliases

#Fetch
alias ff="fastfetch"

#Update System
alias u="yay"

#Clear Cache
alias cc="sudo paccache -r"

#Remove Orphans
alias ro="sudo pacman -Rns $(pacman -Qtdq)"

#Spotify Player
alias sp="spotify_player"

#Prompt
eval "$(starship init bash)"

#Kitty

#Kitten Commands
alias kt="kitten themes"
alias kf="kitten choose-fonts"


10 Likes

Blimmin’ fine noodled :steaming_bowl:

2 Likes

Thanks mate, every time I think “yep, that’s all done now” I see Endeavournauts on here doing something else with customisation that I didn’t know was possible and I get pulled back in. LOL that’s my story and I’m sticking to it. :laughing:

1 Like