🎨 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 -----*****/
|
||||
window {
|
||||
/* properties for window widget */
|
||||
transparency: "real";
|
||||
location: center;
|
||||
anchor: center;
|
||||
fullscreen: false;
|
||||
|
@ -61,19 +60,19 @@ inputbar {
|
|||
textbox-prompt-colon {
|
||||
enabled: true;
|
||||
expand: false;
|
||||
padding: 12px 16px;
|
||||
padding: 13px 12px 13px 16px;
|
||||
border: 0px;
|
||||
border-radius: 10px;
|
||||
border-radius: 7px;
|
||||
border-color: #363A4F;
|
||||
background-color: #363A4F;
|
||||
text-color: #CAD3F5;
|
||||
str: "";
|
||||
str: " ";
|
||||
}
|
||||
entry {
|
||||
enabled: true;
|
||||
padding: 12px 16px;
|
||||
border: 0px;
|
||||
border-radius: 10px;
|
||||
border-radius: 7px;
|
||||
border-color: #363A4F;
|
||||
background-color: #363A4F;
|
||||
text-color: #CAD3F5;
|
||||
|
@ -110,7 +109,7 @@ element {
|
|||
margin: 0px;
|
||||
padding: 10px;
|
||||
border: 0px solid;
|
||||
border-radius: 10px;
|
||||
border-radius: 7px;
|
||||
background-color: transparent;
|
||||
text-color: #CAD3F5;
|
||||
cursor: pointer;
|
||||
|
@ -120,7 +119,7 @@ element normal.active {
|
|||
text-color: #CAD3F5;
|
||||
}
|
||||
element selected.normal {
|
||||
border-radius: 10px;
|
||||
border-radius: 7px;
|
||||
background-image: linear-gradient(to right, #363A4F, #B7BDF89F);
|
||||
text-color: #CAD3F5;
|
||||
}
|
||||
|
@ -151,7 +150,7 @@ mode-switcher{
|
|||
button {
|
||||
font: "JetBrainsMono NF 10";
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
border-radius: 7px;
|
||||
background-image: linear-gradient(#939ab7);
|
||||
text-color: #24273A;
|
||||
cursor: pointer;
|
||||
|
@ -169,7 +168,7 @@ error-message {
|
|||
}
|
||||
textbox {
|
||||
padding: 0px;
|
||||
border-radius: 10px;
|
||||
border-radius: 7px;
|
||||
text-color: #CAD3F5;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue