aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-wallpaper.rasi
blob: ca2789d8e9d90faf78e33b74eed16a8b4e60b8c8 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (wallpaper) */

@import "~/.config/rofi/config.rasi"  

/* ---- Configuration ---- */ 
configuration {
  modi: "drun";
}

window {
  width: 60%;
}

/* ---- Mainbox ---- */
mainbox {
  children:
    [ "inputbar", "listview"];
}

entry {
  expand: true;
  placeholder: " 🎞️ Search / Choose Wallpaper";
  horizontal-align: 0.5;
}

/* ---- Listview ---- */
listview {
  columns: 4;
  lines: 2;
  spacing: 10px;
  padding: 10px;
  flow: horizontal;
  fixed-width: false;
  fixed-height: true;
}

/* ---- Element ---- */
element {
  orientation: vertical;
  border-radius: 12px;
  spacing: 20px;
  padding: 6px;
}

element-icon {
 vertical-align: 0.5; 
}

element-text {
  vertical-align: 1.0;
  horizontal-align: 0.5;
  padding: 0px;
  margin: 0px;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage