getting entry to display

main
spinach 2 years ago
parent 702414a0d3
commit 0ffd8f565f

@ -12,5 +12,4 @@ theme='transparent-text'
rofi \
-show calc \
-modi calc \
-terse \
-theme ${dir}/${theme}.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;

Loading…
Cancel
Save