blob: bd5948c908253b2023e88fc7c526db65ff973985 (
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 💫 ---- */
/* Wallpaper Effects */
@import "~/.config/rofi/config.rasi"
/* ---- Entry ---- */
entry {
width: 20%;
placeholder: "🏙️ Choose desired wallpaper effect";
}
/* ---- Window ---- */
window {
width: 24%;
}
/* ---- Listview ---- */
listview {
fixed-columns: false;
colums: 2;
lines: 7;
}
/* ---- Inputbar ---- */
inputbar {
background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width);
}
|