45 lines
691 B
Plaintext
45 lines
691 B
Plaintext
/* Wallpaper Effects */
|
|
|
|
@import "~/.config/rofi/config.rasi"
|
|
|
|
|
|
/* ---- Mainbox ---- */
|
|
mainbox {
|
|
children:
|
|
[ "inputbar", "listview"];
|
|
}
|
|
|
|
/* ---- Entry ---- */
|
|
entry {
|
|
width: 32%;
|
|
placeholder: " 🏙️ Search / Choose desired wallpaper effect";
|
|
}
|
|
|
|
/* ---- Window ---- */
|
|
window {
|
|
width: 35%;
|
|
}
|
|
|
|
/* ---- Listview ---- */
|
|
listview {
|
|
columns: 2;
|
|
lines: 7;
|
|
fixed-height: false;
|
|
scrollbar: true;
|
|
}
|
|
|
|
/* ---- Inputbar ---- */
|
|
inputbar {
|
|
background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width);
|
|
}
|
|
|
|
/* ---- Element ---- */
|
|
element-icon {
|
|
size: 0%;
|
|
}
|
|
|
|
element-text {
|
|
horizontal-align: 0.0;
|
|
vertical-align: 0.0;
|
|
margin: 5px 30px 5px 30px;
|
|
} |