Fastfetch
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
function fish_greeting
|
||||
if test $USER = 'root'; return; end
|
||||
if test $TERM = 'xterm-kitty'
|
||||
fastfetch --logo-type kitty -l ~/.config/fastfetch/logo.png
|
||||
fastfetch
|
||||
if test $HYPRLAND_INSTANCE_SIGNATURE; echo -e "\e[34m \e[39m""$(hyprctl splash)"; end
|
||||
else if test $TERM = 'linux'
|
||||
fastfetch -c none
|
||||
else
|
||||
fastfetch
|
||||
fastfetch -l small
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user