Browse Source

updated rofi search

pull/227/head
Ja.KooLit 2 years ago
parent
commit
7e37da4144
  1. 14
      config/rofi/config-search.rasi

14
config/rofi/config-search.rasi

@ -5,12 +5,14 @@
/* ---- Window ---- */
window {
width: 600px;
width: 700px;
location: north;
}
listbox {
children: ["listview" ];
/* ---- Mainbox ---- */
mainbox {
padding: 2px;
children: [ "inputbar" ];
}
/* ---- Entry ---- */
@ -22,9 +24,3 @@ entry {
textbox-prompt-colon {
str: "🔎";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 0;
}
Loading…
Cancel
Save