blob: 10ee7eafe5a5fd12402fe83c2d3efa6c77469dc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// this import automatically resolves to ${XDG_CONFIG_HOME}/rofi/config.rasi
// (see section on 'Multiple file handling' in man rofi-theme(5))
@import "config.rasi"
* {
width: 550;
--padding: 6px;
}
listview {
lines: 12;
}
prompt {
enabled: false;
}
|