blob: be2eef40a748fe1804f51230e52de9193bfc5aff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Layout Config (Waybar) */
@import "~/.config/rofi/config-waybar-style.rasi"
/* ---- Entry ---- */
entry {
placeholder: "Choose Waybar Layout";
}
/* ---- Listview ---- */
listview {
columns: 2;
}
|