durdraw
durdraw copied to clipboard
Durfetch does not work with non-default Neofetch configurations
I'm assuming that durfetch gets the variables via stdout string parsing since my config was resulting in empty strings on {OS}, {Kernel}, etc.
This can be fixed by adding the --config none flag to the neofetch call to load the default config.
I'm assuming that durfetch gets the variables via stdout string parsing since my config was resulting in empty strings on {OS}, {Kernel}, etc.
This can be fixed by adding the
--config noneflag to the neofetch call to load the default config.
to neofetch call? where?