blob: 999d55c6af86acd1b7e4a47b37139131832a60a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (main) */
@import "~/.config/rofi/resolution/1080p/config.rasi"
/* ---- Configuration ---- */
configuration {
font: "Fira Code SemiBold 14";
}
/* ---- Window ---- */
window {
width: 650px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
}
/* ---- Listview ---- */
listview {
spacing: 5px;
}
|