👐 foo: too lazy to come up with a helpful commit message :)

This commit is contained in:
2025-12-16 21:45:53 +01:00
parent 8fc4fd63ff
commit 809de7f5a3
28 changed files with 61 additions and 52 deletions

View File

@@ -3,7 +3,7 @@ if not set -q fetch_logo_type
end
if not set -q fetch_color
set -g fetch_color "#b4befe"
set -g fetch_color "#89b4fa"
end
if test "$fetch_logo_type" = symbols

View File

@@ -1,6 +0,0 @@
if string match -q '*ghostty*' $TERM; and test -n "$XDG_CURRENT_DESKTOP"; and test "$XDG_CURRENT_DESKTOP" = "niri"
if test "$ghostty_niri_initialized" != "1"
set -xg ghostty_niri_initialized 1
niri msg action set-column-width 50%
end
end