getting entry to display

main
spinach 2 years ago
parent 702414a0d3
commit 0ffd8f565f

@ -12,5 +12,4 @@ theme='transparent-text'
rofi \ rofi \
-show calc \ -show calc \
-modi calc \ -modi calc \
-terse \
-theme ${dir}/${theme}.rasi -theme ${dir}/${theme}.rasi

@ -11,6 +11,7 @@
configuration { configuration {
modi: "calc"; modi: "calc";
show-icons: false; show-icons: false;
display-calc: "󰃬";
} }
/*****----- Global Properties -----*****/ /*****----- Global Properties -----*****/
@ -72,7 +73,7 @@ prompt {
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: "󰃬"; str: "::";
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
} }
@ -161,6 +162,14 @@ error-message {
background-color: black / 10%; background-color: black / 10%;
text-color: @foreground; text-color: @foreground;
} }
message {
border: 2px solid;
border-color: @selected;
text-color: @foreground;
vertical-align: 0.5;
}
textbox { textbox {
background-color: transparent; background-color: transparent;
text-color: @foreground; text-color: @foreground;

Loading…
Cancel
Save