getting entry to display
This commit is contained in:
parent
8549962579
commit
b143a2be31
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user