Compare commits
2 commits
4e8ea8fc34
...
0aaf01e68f
Author | SHA1 | Date | |
---|---|---|---|
|
0aaf01e68f | ||
|
69ea326594 |
2 changed files with 3 additions and 3 deletions
|
@ -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 16.0
|
font_size 14.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
|
||||||
|
|
|
@ -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"'
|
||||||
|
|
Loading…
Reference in a new issue