From da68e757550990968f5d5f4b5cfcca74d7997e4e Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Thu, 23 May 2024 12:12:23 +0900 Subject: [PATCH] Update config-calc.rasi --- config/rofi/config-calc.rasi | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 4c7cad2..5924a11 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%; +}