yadm-config/.config/rofi/config-calc.rasi
2025-01-19 18:54:38 +01:00

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;
}