Files
dotfiles/home/.config/.rofi/config

14 lines
277 B
Plaintext
Raw Normal View History

2021-01-11 14:08:12 -06:00
configuration {
2021-01-11 14:13:49 -06:00
color-enabled: true;
2021-01-11 14:08:12 -06:00
theme: "iceberg-dark";
2021-01-11 14:13:49 -06:00
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;
2021-01-11 14:08:12 -06:00
}