Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 19:47:47 +00:00 committed by GitHub
parent 06f2bf8a90
commit 9042038c20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,8 @@
# Set up bash with fastfetch and a nice prompt
programs.bash.promptInit = ''
# Powerline-style prompt with background colors
# Powerline separator
SEP=""
# Powerline separator - using a simpler character that renders better
SEP=""
# Background colors
BG_BLUE="\001$(echo -e '\033[48;5;33m')\002"