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 {
|
||||
size: 36px;
|
||||
border: 0;
|
||||
background-color: @transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
element-text {
|
||||
|
@ -124,6 +126,8 @@ element-text {
|
|||
horizontal-align: 0;
|
||||
vertical-align: 0.5;
|
||||
margin: 0 10px 0 10px;
|
||||
background-color: @transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
element normal.urgent,
|
||||
|
|
Loading…
Reference in New Issue