19 lines
231 B
Plaintext
19 lines
231 B
Plaintext
/**
|
|
* ROFI Color theme
|
|
* User: Beastie
|
|
* Copyright: GPLv3
|
|
*/
|
|
|
|
@import "launcher.rasi"
|
|
window {
|
|
width: 30%;
|
|
height: 280px;
|
|
margin: 0px;
|
|
location: center;
|
|
anchor: center;
|
|
}
|
|
|
|
mainbox {
|
|
children: [inputbar,listview];
|
|
}
|