blob: 55c615673d81016cda8ffd7c6e48b10ac3cbc50b (
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
|
/* ---- 💫 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: 8;
scrollbar: false;
}
|