From 0ffd8f565f01f5a7a86c63951efe7cf7f9a34459 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 20 May 2023 15:31:38 -0400 Subject: [PATCH] getting entry to display --- scripts/calc/rofi-calc | 1 - scripts/calc/transparent-text.rasi | 11 ++++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/scripts/calc/rofi-calc b/scripts/calc/rofi-calc index 5000fec..298aa88 100755 --- a/scripts/calc/rofi-calc +++ b/scripts/calc/rofi-calc @@ -12,5 +12,4 @@ theme='transparent-text' rofi \ -show calc \ -modi calc \ - -terse \ -theme ${dir}/${theme}.rasi diff --git a/scripts/calc/transparent-text.rasi b/scripts/calc/transparent-text.rasi index fcadd77..60253bc 100644 --- a/scripts/calc/transparent-text.rasi +++ b/scripts/calc/transparent-text.rasi @@ -11,6 +11,7 @@ configuration { modi: "calc"; show-icons: false; + display-calc: "󰃬"; } /*****----- Global Properties -----*****/ @@ -72,7 +73,7 @@ prompt { textbox-prompt-colon { enabled: true; expand: false; - str: "󰃬"; + str: "::"; background-color: transparent; text-color: inherit; } @@ -161,6 +162,14 @@ error-message { background-color: black / 10%; text-color: @foreground; } + +message { + border: 2px solid; + border-color: @selected; + text-color: @foreground; + vertical-align: 0.5; +} + textbox { background-color: transparent; text-color: @foreground;