Rofi update + small changes
parent
5954b378b0
commit
606fc68e2a
@ -1,6 +1,15 @@
|
|||||||
configuration {
|
configuration {
|
||||||
combi-modi: "drun,window,ssh";
|
modi: [ combi ];
|
||||||
font: "Fira Code 14";
|
combi-modi: [drun, window, ssh];
|
||||||
|
// font: "Fira Code 14";
|
||||||
icon-theme: "Papirus";
|
icon-theme: "Papirus";
|
||||||
|
show-icons: true;
|
||||||
}
|
}
|
||||||
@theme "./material.rasi"
|
@theme "./material.rasi"
|
||||||
|
|
||||||
|
* {
|
||||||
|
font: "Fira Code 12";
|
||||||
|
}
|
||||||
|
element-icon {
|
||||||
|
size: 30;
|
||||||
|
}
|
Reference in new issue