update: rofi border-radius and position etc

This commit is contained in:
2024-04-05 01:33:45 -04:00
parent 77cd4cf980
commit 18bed6fbdf
10 changed files with 47 additions and 35 deletions

View File

@@ -38,7 +38,7 @@ configuration {
window {
width: 761px;
x-offset: 0px;
y-offset: 65px;
y-offset: 14px;
spacing: 0px;
padding: 0px;
margin: 0px;
@@ -51,7 +51,7 @@ window {
anchor: north;
fullscreen: false;
enabled: true;
border-radius: 10px;
border-radius: @border-radius;
background-color: transparent;
}
@@ -114,6 +114,7 @@ entry {
cursor: text;
placeholder: "Search";
placeholder-color: inherit;
border-radius: 0px;
}
/* ---- Mode Switcher ---- */
@@ -126,7 +127,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
border-radius: @border-radius;
background-color: @background;
text-color: inherit;
cursor: pointer;
@@ -152,9 +153,10 @@ listview {
padding: 10px;
margin: 0px;
fixed-height: true;
fixed-columns: true;
fixed-columns: true;
background-color: @background;
border: 0px;
border-radius: 0px;
}
/* ---- Element ---- */
@@ -164,7 +166,7 @@ element {
margin: 5px;
cursor: pointer;
background-color: @background;
border-radius: 10px;
border-radius: @border-radius;
border: @border-width;
orientation: vertical;
}