blob: d3bdcc07c2ea270208cd630110496d159c4f1a90 (
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
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (waybar) */
@import "~/.config/rofi/config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar",
"listbox"];
}
textbox-prompt-colon {
str: " ";
}
entry {
placeholder: "Choose Waybar Style";
}
/* ---- Listview ---- */
listview {
lines: 8;
scrollbar: true;
}
|