Changed rofi settings
parent
3c3d12f7d1
commit
933139f04b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue