getting entry to display

This commit is contained in:
spinach 2023-05-20 15:40:28 -04:00
parent 8549962579
commit b143a2be31
2 changed files with 7 additions and 5 deletions

View File

@ -5,11 +5,13 @@
## dropdown-transparent dropdown-text ## dropdown-transparent dropdown-text
## fullscreen-transparent small-transparent ## fullscreen-transparent small-transparent
dir="$HOME/.config/rofi/scripts/calc" # dir="$HOME/.config/rofi/scripts/calc"
dir="."
theme='transparent-text' theme='transparent-text'
## Run ## Run
rofi \ rofi \
-show calc \ -show calc \
-modi calc \ -modi calc \
-terse \
-theme ${dir}/${theme}.rasi -theme ${dir}/${theme}.rasi

View File

@ -157,14 +157,14 @@ element-text {
error-message { error-message {
padding: 15px; padding: 15px;
border: 2px solid; border: 2px solid;
border-radius: 10px; background-color: transparent;
border-color: @selected;
background-color: black / 10%;
text-color: @foreground; text-color: @foreground;
} }
message { message {
border: 2px solid; border: 1px solid;
background-color: transparent;
padding: 10px;
border-color: @selected; border-color: @selected;
text-color: @foreground; text-color: @foreground;
vertical-align: 0.5; vertical-align: 0.5;