hyprland-dotfiles/config/rofi/config-wallpaper-effect.rasi

45 lines
691 B
Plaintext
Raw Permalink Normal View History

2025-02-20 21:05:02 +00:00
/* 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;
}