Config: Make Rofi border width dynamic and center icons

This commit is contained in:
Riyyi
2021-09-16 12:11:16 +02:00
parent 8835b90bc3
commit 3ff9ac59ab
+11 -1
View File
@@ -1,7 +1,7 @@
/* -*- css -*- */
window {
border: 4;
border: 0.13em;
width: 50%;
}
@@ -9,3 +9,13 @@ listview {
lines: 8;
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;
}