1
0
forked from extern/nix-config

rofi: Update config to 1.7.0

Now the application launcher plays nicely with the newest version of
rofi.
This commit is contained in:
Donovan Glover 2021-11-14 12:09:18 -05:00
parent 8f802d42cc
commit 55b04ac77d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,13 +3,25 @@ configuration {
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";
}
@theme "~/.cache/wal/colors-rofi-dark.rasi"
element-text {
background-color: inherit;
text-color: inherit;
}
listview {
columns: 3;
}
window {
width: 1200px;
}
// vim:syn=java