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