mirror of https://gitlab.com/ceda_ei/wish
[Fix] Change wrong variable name in custom_text plugin
This commit is contained in:
parent
afd6dc6668
commit
9e55279faf
|
@ -10,7 +10,7 @@ function wish_custom_text_set_colors() {
|
|||
WISH_CUSTOM_TEXT_FG=${WISH_CUSTOM_TEXT_FG:-$WISH_DEFAULT_FG}
|
||||
WISH_CUSTOM_TEXT_BG=${WISH_CUSTOM_TEXT_BG:-$WISH_DEFAULT_BG}
|
||||
local default_text='To set custom text here, add text="your text" in your config'
|
||||
WISH_CUSTOM_TEXT_TEXT=${WISH_CUSTOM_TEXT:-$default_text}
|
||||
WISH_CUSTOM_TEXT_TEXT=${WISH_CUSTOM_TEXT_TEXT:-$default_text}
|
||||
}
|
||||
|
||||
function wish_custom_text_main() {
|
||||
|
|
Loading…
Reference in New Issue