mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: decrease font size
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
window-padding-x = 10
|
window-padding-x = 10
|
||||||
window-padding-y = 10
|
window-padding-y = 10
|
||||||
background-opacity = 0.9
|
background-opacity = 0.9
|
||||||
font-size = 16
|
font-size = 14
|
||||||
|
|
||||||
palette = 0=#252b37
|
palette = 0=#252b37
|
||||||
palette = 1=#d0679d
|
palette = 1=#d0679d
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
config.font = wezterm.font_with_fallback {
|
config.font = wezterm.font_with_fallback {
|
||||||
'JetBrainsMono Nerd Font',
|
'JetBrainsMono Nerd Font',
|
||||||
}
|
}
|
||||||
config.font_size = 16.0
|
config.font_size = 14.0
|
||||||
config.window_background_opacity = 1
|
config.window_background_opacity = 1
|
||||||
config.audible_bell = "Disabled"
|
config.audible_bell = "Disabled"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user