hykilpikonna / hyfetch

🏳️‍🌈 🏳️‍⚧️ Neofetch with LGBTQ+ pride flags!
MIT License
1.34k stars 114 forks source link

Where can i edit system-global config of neowofetch? #133

Closed Lurius-Kitsune closed 1 year ago

Lurius-Kitsune commented 1 year ago

Describe the content

I would like to change the global default setting file that it cp to .config in neowofetch

hykilpikonna commented 1 year ago

Unfortunately the only way to change the global default config file right now is to edit the neofetch script directly. Do you want this functionality to be added?

Defining the default config content: https://github.com/hykilpikonna/hyfetch/blob/42d8b0d860a1d72c89dafafe2c86e7e34c6a2a88/neofetch#L52

Writing the default content if config file doesn't exist: https://github.com/hykilpikonna/hyfetch/blob/42d8b0d860a1d72c89dafafe2c86e7e34c6a2a88/neofetch#L5807

Lurius-Kitsune commented 1 year ago

Sure can be good to edit directly on a file !

Also, may I ask if it's possible to catimg to use the -w option on it to resize correctly an image because I get something like this :

image

Lurius-Kitsune commented 1 year ago

Nevermind we can change it in terminal ^^

hykilpikonna commented 1 year ago

Just added the default config feature. Upon running neofetch for the first time, the file /etc/neofetch/default.conf will be copied to .config if it exists, instead of copying the config in the script.

Lurius-Kitsune commented 1 year ago

Thanks !!!