🎨 ux(rofi): padding for the search icon and radius changed from 10 to 7 pixels
This commit is contained in:
parent
278eaada06
commit
d5e0c8217b
1 changed files with 8 additions and 9 deletions
|
@ -19,7 +19,6 @@ configuration {
|
||||||
/*****----- Main Window -----*****/
|
/*****----- Main Window -----*****/
|
||||||
window {
|
window {
|
||||||
/* properties for window widget */
|
/* properties for window widget */
|
||||||
transparency: "real";
|
|
||||||
location: center;
|
location: center;
|
||||||
anchor: center;
|
anchor: center;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
|
@ -61,19 +60,19 @@ inputbar {
|
||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
enabled: true;
|
enabled: true;
|
||||||
expand: false;
|
expand: false;
|
||||||
padding: 12px 16px;
|
padding: 13px 12px 13px 16px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 7px;
|
||||||
border-color: #363A4F;
|
border-color: #363A4F;
|
||||||
background-color: #363A4F;
|
background-color: #363A4F;
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
str: "";
|
str: " ";
|
||||||
}
|
}
|
||||||
entry {
|
entry {
|
||||||
enabled: true;
|
enabled: true;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 7px;
|
||||||
border-color: #363A4F;
|
border-color: #363A4F;
|
||||||
background-color: #363A4F;
|
background-color: #363A4F;
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
|
@ -110,7 +109,7 @@ element {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 0px solid;
|
border: 0px solid;
|
||||||
border-radius: 10px;
|
border-radius: 7px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -120,7 +119,7 @@ element normal.active {
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
}
|
}
|
||||||
element selected.normal {
|
element selected.normal {
|
||||||
border-radius: 10px;
|
border-radius: 7px;
|
||||||
background-image: linear-gradient(to right, #363A4F, #B7BDF89F);
|
background-image: linear-gradient(to right, #363A4F, #B7BDF89F);
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
}
|
}
|
||||||
|
@ -151,7 +150,7 @@ mode-switcher{
|
||||||
button {
|
button {
|
||||||
font: "JetBrainsMono NF 10";
|
font: "JetBrainsMono NF 10";
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 7px;
|
||||||
background-image: linear-gradient(#939ab7);
|
background-image: linear-gradient(#939ab7);
|
||||||
text-color: #24273A;
|
text-color: #24273A;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -169,7 +168,7 @@ error-message {
|
||||||
}
|
}
|
||||||
textbox {
|
textbox {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 7px;
|
||||||
text-color: #CAD3F5;
|
text-color: #CAD3F5;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
horizontal-align: 0.0;
|
horizontal-align: 0.0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue