mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-06 19:32:50 +01:00
feat(alacritty): minimum padding of 5
This commit is contained in:
@@ -17,8 +17,8 @@ dynamic_padding = true
|
|||||||
opacity = 0.7
|
opacity = 0.7
|
||||||
|
|
||||||
[window.padding]
|
[window.padding]
|
||||||
x = 0
|
x = 5
|
||||||
y = 0
|
y = 5
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
# [colors.bright]
|
# [colors.bright]
|
||||||
|
|||||||
@@ -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.
|
#* 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"
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
|
|||||||
Reference in New Issue
Block a user