22 lines
No EOL
437 B
Text
22 lines
No EOL
437 B
Text
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
/* Main Config Calculator */
|
|
/* Submitted by: https://github.com/JosephArmas */
|
|
|
|
@import "~/.config/rofi/master-config.rasi"
|
|
|
|
/* ---- Entry ---- */
|
|
entry {
|
|
width: 27%;
|
|
placeholder: "🧮 Calculate";
|
|
}
|
|
|
|
/* ---- Window ---- */
|
|
window {
|
|
width: 30%;
|
|
}
|
|
|
|
/* ---- Message ---- */
|
|
textbox {
|
|
background-color: @selected;
|
|
text-color: @background;
|
|
} |