feat(alacritty): minimum padding of 5

This commit is contained in:
2024-12-26 19:05:57 +01:00
parent 316e45639a
commit f2f6651ac1
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ dynamic_padding = true
opacity = 0.7
[window.padding]
x = 0
y = 0
x = 5
y = 5
[general]
# [colors.bright]

View File

@@ -1,4 +1,4 @@
#? Config file for btop v. 1.3.2
#? Config file for btop v. 1.4.0
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"