ui: tweak alacritty and rofi sizing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user