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