fetch: increace width

This commit is contained in:
2025-06-22 08:56:52 +02:00
parent 854b4c670b
commit 7154d487f1
4 changed files with 23 additions and 3 deletions

View File

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
[?25l  
  ▁ ▗▖ 
 ▋▇▅▂  ▗┊▝  
 ▊▁┕╴▆▃▂▂▂╹▇│▝ 
 ▊▏┎╲▃┊┈└╶╴╴┊┈▖ 
 ▉▎┊┈╴▗╸╴▇▗┈╴┌▇▖ 
 ▌▏┈▉╺ ▉╵╴┈╲▎┊╶┈▌ 
  ╼╴▃┊┈╴╷╶╴╵╴▖▆┊┊┊╶▅  
 ▍▏┊▅▆▌▇ ▊▆▅▘┈╺▏╹╴▝▖ 
 ▗▏╵┈┊▇▇▖╷▇▄▘╌▁▏▄▁▆▆▅  
 ▇▖▌▅▇▁▂▃▆┈╺┪╺▉▅▄▆▄▃╶  
 ▗▘▁╷▂╷▁▁▁▁▁┏▃▖▝▄▃┊╴▉  
─▄▄▅▆▅▁▂▂▂▃▁▁▁▋▌▂▂╴▂▆▆▅▖▃▄ ━
▅▃▂━  ▝▄▃▄▅▇ 
 
[?25h

View File

@@ -4,16 +4,16 @@ end
if test "$fetch_logo_type" = "symbols"
set -g fetch_args "--logo-type raw --logo-width 42 --logo \"$HOME/.config/fastfetch/logo_ros/42x.symbols\" --color \"#74c7ec\""
set -g fetch_args_brief "--logo-type raw --logo-width 24 --logo \"$HOME/.config/fastfetch/logo_ros/24x.symbols\" --color \"#74c7ec\""
set -g fetch_args_brief "--logo-type raw --logo-width 28 --logo \"$HOME/.config/fastfetch/logo_ros/28x.symbols\" --color \"#74c7ec\""
else if test "$fetch_logo_type" = "logo"
set -g fetch_args "--logo-type builtin"
set -g fetch_args_brief "--logo-type small"
else if test "$fetch_logo_type" = "sixel"
set -g fetch_args "--logo-type raw --logo-width 42 --logo \"$HOME/.config/fastfetch/logo_ros/42x.sixel\" --color \"#74c7ec\""
set -g fetch_args_brief "--logo-type raw --logo-width 24 --logo \"$HOME/.config/fastfetch/logo_ros/24x.sixel\" --color \"#74c7ec\""
set -g fetch_args_brief "--logo-type raw --logo-width 28 --logo \"$HOME/.config/fastfetch/logo_ros/28x.sixel\" --color \"#74c7ec\""
else # "kitty" or "auto" and others
set -g fetch_args "--logo-type $fetch_logo_type --logo-width 42 --logo \"$HOME/.config/fastfetch/logo_ros/ros.png\" --color \"#74c7ec\""
set -g fetch_args_brief "--logo-type $fetch_logo_type --logo-width 24 --logo \"$HOME/.config/fastfetch/logo_ros/ros.png\" --color \"#74c7ec\""
set -g fetch_args_brief "--logo-type $fetch_logo_type --logo-width 28 --logo \"$HOME/.config/fastfetch/logo_ros/ros.png\" --color \"#74c7ec\""
end
if type -q fastfetch

View File

@@ -15,5 +15,7 @@ confirm-close-surface = false
font-family = MeloLGM Nerd Font
font-size = 12
cursor-style = bar
# just for fun
# custom-shader = ~/.config/ghostty/shaders/glitchy.glsl