init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* 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%;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
expand: true;
|
||||
placeholder: " 🧮 Calculate";
|
||||
}
|
||||
|
||||
listview {enable: false;}
|
||||
Reference in New Issue
Block a user