Skip to content

Commit 91bc77a

Browse files
committed
fix(ghostty): restore ghostty vertical padding
1 parent c442ed3 commit 91bc77a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dot_config/ghostty/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ font-family = "Maple Mono NF CN"
55
# Window Configuration
66
window-decoration = false
77
window-padding-x = 12
8-
window-padding-y = 0
8+
window-padding-y = 12
99
background-opacity = 0.85
1010
background-blur-radius = 32
1111

dot_config/matugen/templates/starship.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ $time\
2929
[ ](fg:color_bg1)\
3030
$line_break$character"""
3131

32+
add_newline = false
33+
3234
palette = 'gruvbox_dark'
3335

3436
[palettes.gruvbox_dark]

0 commit comments

Comments
 (0)