16 lines
190 B
Plaintext
16 lines
190 B
Plaintext
@import "launcher.rasi"
|
|
window {
|
|
width: 50%;
|
|
height: 50%;
|
|
margin: 0px;
|
|
location: center;
|
|
anchor: center;
|
|
}
|
|
|
|
mainbox {
|
|
children: [inputbar,listview];
|
|
}
|
|
|
|
listview {
|
|
columns: 1;
|
|
} |