blob: 5924a11d3d736f596841d3d1803f594397fbbc97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config Calculator */
/* Submitted by: https://github.com/JosephArmas */
@import "~/.config/rofi/config.rasi"
/* ---- Entry ---- */
entry {
width: 27%;
placeholder: "🧮 Calculate";
}
/* ---- Window ---- */
window {
width: 30%;
}
|