Extension to environment variable support #1411
DaveDavenport
started this conversation in
Ideas/Feature Requests
Replies: 2 comments 2 replies
-
I brought this up yesterday on the IRC for having my rofi updated to the new config I found out the -width parameter on command line didn't work. I had used different width for a few things, but they are not that important at least for now so I can survive without this feature. If this feature existed, I would probably use it as I would only need to modify two files I guess. It's not as "good" as editing one file with the -width parameter though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
On hint of sdk: https://developer.mozilla.org/en-US/docs/Web/CSS/env() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am pondering to allow the following construct in a theme:
So if you run it normally the width is 80%, but if you run:
NEW_WIDTH="50px" rofi -show run
the width is 500px.
Would this be a usable feature? This would allow for easily tweaking of any of the properties.
Beta Was this translation helpful? Give feedback.
All reactions