blob: c1cbce5a9d53f8175048fec06221eeba926f2dcd (
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: 1;
}
|