diff options
Diffstat (limited to 'config/rofi/config-calc.rasi')
| -rw-r--r-- | config/rofi/config-calc.rasi | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 54653491..61be7642 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -2,21 +2,23 @@ /* Main Config Calculator */ /* Submitted by: https://github.com/JosephArmas */ -@import "~/.config/rofi/master-config.rasi" +@import "~/.config/rofi/config.rasi" + +/* ---- Mainbox ---- */ +mainbox { + children: [ "entry", "message" ]; +} + /* ---- Entry ---- */ entry { - width: 27%; + expand: true; placeholder: " 🧮 Calculate"; } -/* ---- Window ---- */ -window { - width: 30%; +textbox { + padding: 12px; + border-radius: 10px; } -/* ---- Message ---- */ -textbox { - background-color: @selected; - text-color: @background; -}
\ No newline at end of file +listview {enable: false;}
\ No newline at end of file |
