hyprland-dotfiles/config/rofi/config-calc.rasi

23 lines
369 B
Plaintext
Raw Permalink Normal View History

2025-02-20 21:05:02 +00:00
/* 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%;
}
/* ---- Entry ---- */
entry {
expand: true;
placeholder: " 🧮 Calculate";
}
listview {enable: false;}