23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
|
/* Main Config Calculator */
|
||
|
/* Submitted by: https://github.com/JosephArmas */
|
||
|
|
||
|
@import "~/.config/rofi/config.rasi"
|
||
|
|
||
|
/* ---- Mainbox ---- */
|
||
|
mainbox {
|
||
|
children: [ "entry", "message" ];
|
||
|
height: inherit;
|
||
|
}
|
||
|
|
||
|
/* ---- Window ---- */
|
||
|
window {
|
||
|
width: 30%;
|
||
|
}
|
||
|
|
||
|
/* ---- Entry ---- */
|
||
|
entry {
|
||
|
expand: true;
|
||
|
placeholder: " 🧮 Calculate";
|
||
|
}
|
||
|
|
||
|
listview {enable: false;}
|