From f2f6651ac1b08971abb0df3953aab35adc46d83b Mon Sep 17 00:00:00 2001 From: Derisis13 Date: Thu, 26 Dec 2024 19:05:57 +0100 Subject: [PATCH] feat(alacritty): minimum padding of 5 --- alacritty/alacritty.toml | 4 ++-- btop/btop.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index deaa969..d20eabe 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -17,8 +17,8 @@ dynamic_padding = true opacity = 0.7 [window.padding] -x = 0 -y = 0 +x = 5 +y = 5 [general] # [colors.bright] diff --git a/btop/btop.conf b/btop/btop.conf index cb837f6..d16acc5 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -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"