Browse Source

Config: Make Rofi border width dynamic and center icons

master
Riyyi 3 years ago
parent
commit
3ff9ac59ab
  1. 12
      .config/rofi/theme-overrides.rasi

12
.config/rofi/theme-overrides.rasi

@ -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;
}

Loading…
Cancel
Save