blob: 4f83c098847e33effe5996504c99efcb5a47b5fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (wallpaper) */
@import "~/.config/rofi/master-config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
window {
width: 60%;
}
/* ---- Imagebox ---- */
imagebox {
orientation: vertical;
children:
[ "entry", "listbox"];
}
entry {
expand: false;
placeholder: "🎞️ Choose Wallpaper";
}
/* ---- Listview ---- */
listview {
columns: 5;
lines: 3;
flow: horizontal;
}
/* ---- Element ---- */
element {
orientation: vertical;
padding: 0px;
spacing: 0px;
border-radius: 12px;
}
element-icon {
size: 15%;
}
element-text {
font: "JetBrainsMono Nerd Font SemiBold 12";
vertical-align: 0.5;
horizontal-align: 0.5;
}
|