forked from extern/nix-config
3406ed5a4d
Although rofi-calc was certainly cool to use, it is not in the official repositories. Instead of trying to rely on it as a dependency, I've gone ahead and removed it instead.
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
configuration {
|
|
modi: "drun";
|
|
font: "Hack 12";
|
|
show-icons: true;
|
|
bw: 0;
|
|
theme: "~/.cache/wal/colors-rofi-dark.rasi";
|
|
drun-icon-theme: "Papirus-Dark";
|
|
terminal: "kitty";
|
|
scroll-method: 1;
|
|
columns: 3;
|
|
width: 70;
|
|
display-drun: "Search";
|
|
}
|
|
|
|
// vim:syn=java
|