Skip to content
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

expected one argument when passing fastfetch config path in --args #353

Open
1 task done
girlpunk opened this issue Sep 18, 2024 · 0 comments
Open
1 task done

expected one argument when passing fastfetch config path in --args #353

girlpunk opened this issue Sep 18, 2024 · 0 comments

Comments

@girlpunk
Copy link

Describe the bug

When trying to pass the path to a fastfetch config file with hyfetch --args "-c $HOME/.config/fastfetch.jsonc", the error argument --args: expected one argument is returned

  • Does this issue still occur in the master branch? (Required)

Expected behavior

This parameter should be passed to fastfetch.

Screenshots

image

Config file

Please paste the content of ~/.config/hyfetch.json below:

{
    "preset": "rainbow",
    "mode": "rgb",
    "light_dark": "dark",
    "lightness": 0.65,
    "color_align": {
        "mode": "horizontal",
        "custom_colors": [],
        "fore_back": null
    },
    "backend": "fastfetch",
    "args": null,
    "distro": null,
    "pride_month_shown": [],
    "pride_month_disable": false
}

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant