diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-23 12:12:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 12:12:23 +0900 |
| commit | da68e757550990968f5d5f4b5cfcca74d7997e4e (patch) | |
| tree | da0d6db26aeaf5b1216360f768f5bdf0fd3bceee | |
| parent | 9060d299cbb75d92ef442d8db4cf14f6387542dd (diff) | |
Update config-calc.rasi
| -rw-r--r-- | config/rofi/config-calc.rasi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 4c7cad2e..5924a11d 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -1,7 +1,16 @@ -@import "~/.config/rofi/config-long.rasi" +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Main Config Calculator */ +/* Submitted by: https://github.com/JosephArmas */ + +@import "~/.config/rofi/config.rasi" /* ---- Entry ---- */ entry { - width: 45%; + width: 27%; placeholder: "🧮 Calculate"; } + +/* ---- Window ---- */ +window { + width: 30%; +} |
