update icons for nerd-fonts 2.0.0
This commit is contained in:
parent
99f142de36
commit
7a8fcf98c1
2 changed files with 34 additions and 14 deletions
|
@ -144,6 +144,21 @@ case $(uname) in
|
|||
"linuxmint")
|
||||
OS_ICON=$(print_icon 'LINUX_MINT_ICON')
|
||||
;;
|
||||
"alpine")
|
||||
OS_ICON=$(print_icon 'LINUX_ALPINE_ICON')
|
||||
;;
|
||||
"aosc")
|
||||
OS_ICON=$(print_icon 'LINUX_AOSC_ICON')
|
||||
;;
|
||||
"nixos")
|
||||
OS_ICON=$(print_icon 'LINUX_NIXOS_ICON')
|
||||
;;
|
||||
"devuan")
|
||||
OS_ICON=$(print_icon 'LINUX_DEVUAN_ICON')
|
||||
;;
|
||||
"manjaro")
|
||||
OS_ICON=$(print_icon 'LINUX_MANJARO_ICON')
|
||||
;;
|
||||
*)
|
||||
OS='Linux'
|
||||
OS_ICON=$(print_icon 'LINUX_ICON')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue