Compare commits

..

No commits in common. "0aaf01e68f06ef34d773330353d7a8a115de8529" and "4e8ea8fc34529fdc5cb643b6b603ec8f48dbcff6" have entirely different histories.

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 confirm_os_window_close 0
enable_audio_bell no enable_audio_bell no
window_padding_width 10 window_padding_width 10
font_size 14.0 font_size 16.0
#background_opacity 1 #background_opacity 1
background_opacity 0.98 background_opacity 0.98
#background_image ~/Nextcloud/Images/Wallpapers/kitty-bg.png #background_image ~/Nextcloud/Images/Wallpapers/kitty-bg.png

View file

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