fix rofi config

This commit is contained in:
2021-01-17 18:12:33 -06:00
parent 934d9bfe92
commit 4f73b2db69
2 changed files with 1 additions and 1 deletions

13
home/.config/.rofi/config Normal file
View File

@@ -0,0 +1,13 @@
configuration {
color-enabled: true;
theme: "iceberg-dark";
separator-style: solid;
sindebar-mode: false;
lines: 5;
font: "Source Code Pro Semibold 10.5";
bw: 1;
columns: 3;
padding: 5;
fixed-num-lines: true;
hide-scrollbar: true;
}