a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
@theme "/usr/share/rofi/themes/purple.rasi"
|
|
|
|
configuration {
|
|
drun-display-format: "{icon} {name}";
|
|
modi: "window,run,drun";
|
|
show-icons: true;
|
|
}
|
|
|
|
element-icon {
|
|
size: 25;
|
|
padding: 0 5 0 0;
|
|
}
|