51 lines
681 B
Plaintext
51 lines
681 B
Plaintext
@import "~/.config/rofi/config.rasi"
|
|
|
|
/* ---- Configuration ---- */
|
|
configuration {
|
|
modi: "drun";
|
|
}
|
|
|
|
window {
|
|
width: 60%;
|
|
height: 80%;
|
|
}
|
|
|
|
/* ---- Imagebox ---- */
|
|
imagebox {
|
|
orientation: vertical;
|
|
children:
|
|
[ "entry", "listbox"];
|
|
}
|
|
|
|
|
|
entry {
|
|
expand: false;
|
|
placeholder: "Choose Wallpaper";
|
|
}
|
|
|
|
/* ---- Listview ---- */
|
|
listview {
|
|
columns: 3;
|
|
lines: 3;
|
|
flow: horizontal;
|
|
}
|
|
|
|
/* ---- Element ---- */
|
|
element {
|
|
orientation: vertical;
|
|
padding: 0px;
|
|
spacing: 0px;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
element-icon {
|
|
size: 25%;
|
|
}
|
|
|
|
element-text {
|
|
color: transparent;
|
|
font: "JetBrainsMono Nerd Font SemiBold 12";
|
|
vertical-align: 0.5;
|
|
horizontal-align: 0.5;
|
|
}
|