update: rofi border-radius and position etc
This commit is contained in:
@@ -56,7 +56,7 @@ window {
|
||||
anchor: north;
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
border-radius: 10px;
|
||||
border-radius: @border-radius;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@@ -120,6 +120,7 @@ entry {
|
||||
cursor: text;
|
||||
placeholder: "Search";
|
||||
placeholder-color: inherit;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* ---- Mode Switcher ---- */
|
||||
@@ -132,7 +133,7 @@ mode-switcher{
|
||||
|
||||
button {
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
border-radius: @border-radius;
|
||||
background-color: @background;
|
||||
text-color: inherit;
|
||||
cursor: pointer;
|
||||
@@ -160,7 +161,8 @@ listview {
|
||||
padding: 10px;
|
||||
margin: 0px;
|
||||
background-color: @background;
|
||||
border:0px;
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
@@ -170,7 +172,7 @@ element {
|
||||
margin: 5px;
|
||||
cursor: pointer;
|
||||
background-color: @background;
|
||||
border-radius: 10px;
|
||||
border-radius: @border-radius;
|
||||
border: @border-width;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user