mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-20 14:09:57 -05:00
ASCII: Fixed ASCII logo not shown on openSUSE
This commit is contained in:
parent
c64e187bd1
commit
c9ddec83bf
7
neofetch
7
neofetch
|
|
@ -2584,10 +2584,15 @@ get_distro_colors() {
|
|||
set_colors 3 7 6 1 8
|
||||
;;
|
||||
|
||||
*"SUSE"* | "Manjaro"* | "Deepin"* |"LMDE"* | "Chapeau"* | "Bitrig"*)
|
||||
"Manjaro"* | "Deepin"* | "LMDE"* | "Chapeau"* | "Bitrig"*)
|
||||
set_colors 2 7
|
||||
;;
|
||||
|
||||
*"SUSE"*)
|
||||
set_colors 2 7
|
||||
ascii_distro="suse"
|
||||
;;
|
||||
|
||||
"KDE"*)
|
||||
set_colors 2 7
|
||||
ascii_distro="kde"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user