From ae5036721afe0755844da3da9e70f39a425a3c05 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 3 Feb 2026 22:03:37 -0800 Subject: [PATCH] ui: tweak alacritty and rofi sizing --- dotfiles/config/alacritty/alacritty.toml | 2 +- dotfiles/config/rofi/colorful/style_7.rasi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {