Compare commits

...

2 commits

Author SHA1 Message Date
Florian Schmitt
0aaf01e68f fix(kitty): more reasonable font-size 2024-03-25 22:59:45 +03:00
Florian Schmitt
69ea326594 fix(starship): space after arrow 2024-03-25 22:56:56 +03:00
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ map ctrl+shift+0 resize_window reset
confirm_os_window_close 0
enable_audio_bell no
window_padding_width 10
font_size 16.0
font_size 14.0
#background_opacity 1
background_opacity 0.98
#background_image ~/Nextcloud/Images/Wallpapers/kitty-bg.png

View file

@ -7,7 +7,7 @@ add_newline = true # Inserts a blank line between shell prompts
[character]
success_symbol = '[➜ ](bold green)'
error_symbol = "[➜](bold red)"
error_symbol = '[➜ ](bold red)'
#[custom.tztime]
#command = 'date +"%a %d %b %H:%M%p"'