Config: Make Rofi border width dynamic and center icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* -*- css -*- */
|
/* -*- css -*- */
|
||||||
|
|
||||||
window {
|
window {
|
||||||
border: 4;
|
border: 0.13em;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -9,3 +9,13 @@ listview {
|
|||||||
lines: 8;
|
lines: 8;
|
||||||
scrollbar: false;
|
scrollbar: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
element-icon {
|
||||||
|
margin: 0.05em 0 0.05em 0.2em;
|
||||||
|
size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-text {
|
||||||
|
background-color: default;
|
||||||
|
margin: 0.05em 0 0.05em 0.3em;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user