This commit is contained in:
2025-12-18 17:27:37 +01:00
parent 673a30e1df
commit 7483a7acb4
4 changed files with 104 additions and 3 deletions

View File

@@ -2,6 +2,10 @@ if not set -q fetch_logo_type
set -g fetch_logo_type auto
end
if ps -e -o pid,comm | grep -q (pgrep kmscon)
set -g fetch_logo_type logo
end
if not set -q fetch_color
set -g fetch_color "#89b4fa"
end