-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI Options for Config File and Output Path #24
Comments
Hello there @partisani, Could you explain why config.yml path should be configured? What problems did you face with the standard config files in i will address these enhancements when the exam season is over because i'm overwhelmed right now, i hope you understand. It will be ready by the time |
No pressure or anything, it is ok.
I found that generating the colorscheme from a script or something else would require the configuration file to be overwritten everytime the colorscheme changed, which lead me to do this as a workaround. And always pass In my case, doing this forces Home-Manager to create and (re)build a derivation only to regenerate |
@partisani Okay since i had some free time i implemented these enhancements locally, and i just want you to give me feedback
OutputFolder: "MyImages"
themes: ....
gowall convert ~/Pictures/img.png -t test.json You can use a relative path with gowall convert ~/Pictures/img.png -t ~/clr/test.json The {
"name": "MyTheme",
"colors": [
"#F5E0DC",
"#F2CDCD",
"#F5C2E7",
"#11111B"
]
} What do you think ? |
As the title says, this tool is too inflexible to be used correctly in most scenarios that involve scripts, especially ones embedded in places like a NixOS configuration.
Some things that should be changed:
~/.config/gowall/config.yml
via a command line argumentbtw i still use this tool instead of other ones because this one is better
The text was updated successfully, but these errors were encountered: