update: rofi border-radius and position etc
This commit is contained in:
+6
-5
@@ -49,14 +49,14 @@ window {
|
||||
margin: 0px;
|
||||
color: #FFFFFF;
|
||||
border: @border-width;
|
||||
border-color: #FFFFFF;
|
||||
border-color: @foreground;
|
||||
cursor: "default";
|
||||
transparency: "real";
|
||||
location: center;
|
||||
anchor: center;
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
border-radius: 10px;
|
||||
border-radius: @border-radius;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@@ -98,7 +98,7 @@ inputbar {
|
||||
text-color: @foreground;
|
||||
spacing: 10px;
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
border-radius: @border-radius;
|
||||
border-color: @foreground;
|
||||
background-color: @background;
|
||||
children: [ "textbox-prompt-colon", "entry" ];
|
||||
@@ -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;
|
||||
@@ -170,7 +171,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