🎨 ux(rofi): padding for the search icon and radius changed from 10 to 7 pixels

This commit is contained in:
Sergio Laín 2024-03-24 01:17:09 +01:00
parent 278eaada06
commit d5e0c8217b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -19,7 +19,6 @@ configuration {
/*****----- Main Window -----*****/
window {
/* properties for window widget */
transparency: "real";
location: center;
anchor: center;
fullscreen: false;
@ -61,9 +60,9 @@ 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;
@ -73,7 +72,7 @@ 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;