69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
|
/* Main Config (wallpaper) */
|
||
|
|
||
|
@import "~/.config/rofi/config.rasi"
|
||
|
|
||
|
/* ---- Configuration ---- */
|
||
|
configuration {
|
||
|
modi: "drun";
|
||
|
}
|
||
|
|
||
|
window {
|
||
|
width: 75%;
|
||
|
height: inherit;
|
||
|
}
|
||
|
|
||
|
/* ---- Mainbox ---- */
|
||
|
mainbox {
|
||
|
children:
|
||
|
[ "inputbar", "listview"];
|
||
|
}
|
||
|
|
||
|
entry {
|
||
|
expand: true;
|
||
|
placeholder: " 🎞️ Search / Choose Wallpaper";
|
||
|
horizontal-align: 0.5;
|
||
|
horizontal-align: 0.5;
|
||
|
}
|
||
|
|
||
|
/* ---- Listview ---- */
|
||
|
listview {
|
||
|
columns: 6;
|
||
|
lines: 2;
|
||
|
spacing: 20px;
|
||
|
padding: 10px;
|
||
|
columns: 6;
|
||
|
lines: 2;
|
||
|
flow: horizontal;
|
||
|
fixed-width: true;
|
||
|
fixed-height: true;
|
||
|
cycle: true;
|
||
|
}
|
||
|
|
||
|
/* ---- Element ---- */
|
||
|
element {
|
||
|
orientation: vertical;
|
||
|
padding: 0px;
|
||
|
spacing: 0px;
|
||
|
border-radius: 10px;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
element selected.normal {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
element-icon {
|
||
|
text-color: inherit;
|
||
|
size: 10%;
|
||
|
margin: -30px;
|
||
|
cursor: inherit;
|
||
|
}
|
||
|
|
||
|
element-text {
|
||
|
vertical-align: 0.5;
|
||
|
horizontal-align: 0.5;
|
||
|
padding: 10px;
|
||
|
margin: 0px;
|
||
|
}
|