ui: tweak alacritty and rofi sizing

This commit is contained in:
2026-02-03 22:03:37 -08:00
parent d3259bbb26
commit ae5036721a
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
import = ["~/.config/alacritty/themes/themes/dracula.toml"] import = ["~/.config/alacritty/themes/themes/dracula.toml"]
[font] [font]
size = 8 size = 12
[scrolling] [scrolling]
history = 10000 history = 10000

View File

@@ -8,7 +8,7 @@
*/ */
configuration { configuration {
font: "Noto Sans 10"; font: "Noto Sans 8";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
@@ -25,7 +25,7 @@ window {
border: 0px; border: 0px;
border-color: @ac; border-color: @ac;
border-radius: 12px; border-radius: 12px;
width: 30%; width: 40%;
location: center; location: center;
x-offset: 0; x-offset: 0;
y-offset: 0; y-offset: 0;
@@ -36,7 +36,7 @@ prompt {
padding: 0.30% 1% 0% -0.5%; padding: 0.30% 1% 0% -0.5%;
background-color: @al; background-color: @al;
text-color: @fg; text-color: @fg;
font: "Fira Code 12"; font: "Fira Code 10";
} }
entry { entry {