Fastfetch

This commit is contained in:
2026-02-28 02:29:57 +03:00
parent 6fa7dcd963
commit 2f2091e0bf
3 changed files with 138 additions and 2 deletions

View File

@@ -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