Setting theme based on an environment variable #2061
Unanswered
JeffofBread
asked this question in
Q&A
Replies: 1 comment
-
No, I don't think there is an easy way to do this atm.. You can change the theme using environment variables (see website) but not load a completely different theme. On the commandline it is doable... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way I could dynamically switch between themes natively in rofi? I could script it of course with a find and replace, but that seems a little cumbersome. I have tried things like
@theme env(VAR, fallback_theme)
or@theme $VAR
, but neither have worked. Both just throw config errors. Is there a way I am missing to do this natively in rofi?Beta Was this translation helpful? Give feedback.
All reactions