Changed rofi settings

master
Mark 2022-07-16 21:26:58 -07:00
parent 3c3d12f7d1
commit 933139f04b
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
configuration {
font: "Inter Regular 10";
font: "Inter Regular 20";
show-icons: true;
icon-theme: "Papirus";
drun-display-format: "{name}";
@ -31,8 +31,8 @@ window {
anchor: southwest;
x-offset: 4px;
y-offset: -50px;
height: 500px;
width: 400px;
height: 800px;
width: 700px;
orientation: vertical;
border-radius: 5px;
}
@ -44,7 +44,7 @@ prompt {
button {
action: "ok";
str: " ";
font: "FantasqueSansMono Nerd Font 11";
font: "FantasqueSansMono Nerd Font 30";
expand: false;
text-color: @foreground;
background-color: @transparent;
@ -53,7 +53,7 @@ button {
}
entry {
font: "Inter Regular 11";
font: "Inter Regular 20";
background-color: @transparent;
text-color: @foreground;
expand: true;
@ -115,7 +115,7 @@ element {
}
element-icon {
size: 36px;
size: 75px;
border: 0;
background-color: @transparent;
text-color: inherit;