diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-16 11:09:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 11:09:08 +0900 |
| commit | 8acfbb16d5ef45960a13cb9768517d3c418771a6 (patch) | |
| tree | 7b618f6cca7942c3d2876740fca3963092b2da21 /config/rofi/config-calc.rasi | |
| parent | 349f564bf307ad1ed99c87d028fccdecf7c1bdeb (diff) | |
| parent | 0c53ef536ca2f028672004e909daac5473e6110f (diff) | |
Merge pull request #556 from JaKooLit/development
Development to main feat. Rofi Themes
Diffstat (limited to 'config/rofi/config-calc.rasi')
| -rw-r--r-- | config/rofi/config-calc.rasi | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 54653491..1dfd1887 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -2,21 +2,19 @@ /* 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" ]; + height: inherit; +} + /* ---- Entry ---- */ entry { - width: 27%; + expand: true; placeholder: " 🧮 Calculate"; } -/* ---- Window ---- */ -window { - width: 30%; -} - -/* ---- Message ---- */ -textbox { - background-color: @selected; - text-color: @background; -}
\ No newline at end of file +listview {enable: false;}
\ No newline at end of file |
