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:
parent
8f802d42cc
commit
55b04ac77d
@ -3,13 +3,25 @@ configuration {
|
|||||||
font: "Hack 12";
|
font: "Hack 12";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
bw: 0;
|
bw: 0;
|
||||||
theme: "~/.cache/wal/colors-rofi-dark.rasi";
|
|
||||||
drun-icon-theme: "Papirus-Dark";
|
drun-icon-theme: "Papirus-Dark";
|
||||||
terminal: "kitty";
|
terminal: "kitty";
|
||||||
scroll-method: 1;
|
scroll-method: 1;
|
||||||
columns: 3;
|
|
||||||
width: 70;
|
|
||||||
display-drun: "Search";
|
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
|
// vim:syn=java
|
||||||
|
Loading…
Reference in New Issue
Block a user