dotfiles/.config/rofi/config-wallpaper.rasi
2025-12-15 18:20:18 +01:00

69 lines
No EOL
1.1 KiB
Text

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* 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: 6px;
margin: 6px;
}