dotfiles/.config/rofi/config-calc.rasi
2025-12-15 18:20:18 +01:00

25 lines
No EOL
442 B
Text

/* ---- 💫 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;}