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 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"'