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