fastfetch icon indicating copy to clipboard operation
fastfetch copied to clipboard

[BUG] Config path not working/detected

Open hanzbadua opened this issue 9 months ago • 0 comments

General description of bug:

fastfetch --list-config-paths outputs ~/.config/fastfetch/ but config files in this directory are not detected when attempting to run fastfetch -c configName.jsonc

  • What happened: config files in aforementioned directory not detected
  • What should happen: config files should be detected
  • Fastfetch version used: fastfetch 2.11.5-debug (x86_64)
  • Did it work in an older version: n/a
  • Where did you get the binary: pacman
  • Does this issue still occurs in the latest dev build? Yes, tested commit c213b07

Often helpful information:

Screenshot: Screenshot_20240506_085222

The content of the configuration file you use (if any):

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "modules": [
    "title",
    "separator",
    "os",
    "kernel",
    "uptime",
    "packages",
    "processes",
    "shell",
    "display",
    "lm",
    "de",
    "wm",
    "terminal",
    "cpu",
    "gpu",
    "opengl",
    "vulkan",
    "memory",
    "disk",
    "physicaldisk",
    "locale",
    "break",
    "version",
    "colors"
  ]
}

Output of fastfetch -c ci.jsonc --format json: irrelevant

Output of fastfetch --list-features:

threads
vulkan
wayland
xcb-randr
xcb
xrandr
x11
drm
gio
dconf
dbus
imagemagick7
chafa
zlib
xfconf
egl
glx
osmesa
opencl
libpulse
libnm
libddcutil
Directx Headers
Proprietary GPU driver API
System yyjson
linux/videodev2
linux/wireless

hanzbadua avatar May 07 '24 01:05 hanzbadua