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
## fullscreen-transparent small-transparent
dir="$HOME/.config/rofi/scripts/calc"
# dir="$HOME/.config/rofi/scripts/calc"
dir="."
theme='transparent-text'
## Run
rofi \
-show calc \
-modi calc \
-terse \
-theme ${dir}/${theme}.rasi

View File

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