From 69ea3265943affe915adb1252a1a8af2dfe3e34a Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Mon, 25 Mar 2024 22:56:56 +0300 Subject: [PATCH 1/2] fix(starship): space after arrow --- dotfiles/starship/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index 2a90f71..39f5aa7 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -6,8 +6,8 @@ right_format = '$all' add_newline = true # Inserts a blank line between shell prompts [character] -success_symbol = '[➜](bold green)' -error_symbol = "[➜](bold red)" +success_symbol = '[➜ ](bold green)' +error_symbol = '[➜ ](bold red)' #[custom.tztime] #command = 'date +"%a %d %b %H:%M%p"' From 0aaf01e68f06ef34d773330353d7a8a115de8529 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Mon, 25 Mar 2024 22:59:45 +0300 Subject: [PATCH 2/2] fix(kitty): more reasonable font-size --- dotfiles/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/kitty/kitty.conf b/dotfiles/kitty/kitty.conf index 94bcbd4..be39c49 100644 --- a/dotfiles/kitty/kitty.conf +++ b/dotfiles/kitty/kitty.conf @@ -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