blob: 937d4ca370f985b4002d82cc5fa782d9610afd05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* 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;}
|