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