Issue with the use of environment variables #1464
Unanswered
charlie45000
asked this question in
(Possible) Issues
Replies: 1 comment 2 replies
-
For strings your environment variable needs to contain Currently environment are parsed as followed my {
aap : ${test};
} or in 1.7.1: my {
aap: env(test, "default");
} Then test is parsed as the property value. Whatever you can have between |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to switch from Xresources to rasi configuration and want to use environment variables.
I had some issues with it:
$XDG_CACHE_HOME/rofi
)I don't know it it is a bug or if it is simply not possible at the moment (in this case, would it be possible to add it?)
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions