Updated rofi config. Version 1.6.1 broke the theme, this commit fixes it.
parent
560fcd26c2
commit
44eb4336e7
|
@ -117,6 +117,8 @@ element {
|
||||||
element-icon {
|
element-icon {
|
||||||
size: 36px;
|
size: 36px;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
background-color: @transparent;
|
||||||
|
text-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
|
@ -124,6 +126,8 @@ element-text {
|
||||||
horizontal-align: 0;
|
horizontal-align: 0;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
margin: 0 10px 0 10px;
|
margin: 0 10px 0 10px;
|
||||||
|
background-color: @transparent;
|
||||||
|
text-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.urgent,
|
element normal.urgent,
|
||||||
|
|
Loading…
Reference in New Issue