dotfiles/.config/rofi/config-calc.rasi
2026-05-13 20:41:13 +02:00

25 lines
No EOL
449 B
Text

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