diff --git a/dotfiles/config/alacritty/alacritty.toml b/dotfiles/config/alacritty/alacritty.toml index 16cf5020..d6272b5a 100644 --- a/dotfiles/config/alacritty/alacritty.toml +++ b/dotfiles/config/alacritty/alacritty.toml @@ -2,7 +2,7 @@ import = ["~/.config/alacritty/themes/themes/dracula.toml"] [font] -size = 8 +size = 12 [scrolling] history = 10000 diff --git a/dotfiles/config/rofi/colorful/style_7.rasi b/dotfiles/config/rofi/colorful/style_7.rasi index 3de11e50..a60e51e2 100644 --- a/dotfiles/config/rofi/colorful/style_7.rasi +++ b/dotfiles/config/rofi/colorful/style_7.rasi @@ -8,7 +8,7 @@ */ configuration { - font: "Noto Sans 10"; + font: "Noto Sans 8"; show-icons: true; display-drun: ""; drun-display-format: "{name}"; @@ -25,7 +25,7 @@ window { border: 0px; border-color: @ac; border-radius: 12px; - width: 30%; + width: 40%; location: center; x-offset: 0; y-offset: 0; @@ -36,7 +36,7 @@ prompt { padding: 0.30% 1% 0% -0.5%; background-color: @al; text-color: @fg; - font: "Fira Code 12"; + font: "Fira Code 10"; } entry {