You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to change fastfetch configs (/nix/store/z5x0nv1xld9hk9imjm3n0b1wsxnas1qk-hyde-modified/Configs/.config/fastfetch/config.jsonc and .local/lib/hyde/fastfetch.sh)?
Is it possible to remove/add fastfetch logos?
I've tried:
{
home.file.".local/lib/hyde/fastfetch.sh" = {
text = "test-content";
executable = true;
force = true;
};
}
note: this has some caveats, such as if the source home.file call has recursive=true or my custom mutable=true.
I'll document lib.mkForce more and go more in depth of making changes to override hyde configs "in flight" as i feel its a common enough question
2. follow hyde fastfetch modification guide
I'll crosspost the guide from the hyde discord server in regards to this
Modify the Logo Source for Fastfetch [Source: Khing],
Edit ~/.config/fastfetch/config.jsonc,
Find the key "source" and modify its value.,
Add or remove any logos as desired.
Add or Delete Fastfetch Images
To delete/add images for fastfetch to use, navigate to:
HyDE Project: ~/.config/fastfetch/logo/ (hydenix users would use home.file with mkForce for this. null to remove)
Note:
The fastfetch config cycles through all the present wallpapers, plus whatever is mentioned as the source in ~/.config/fastfetch/config.jsonc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to change fastfetch configs (/nix/store/z5x0nv1xld9hk9imjm3n0b1wsxnas1qk-hyde-modified/Configs/.config/fastfetch/config.jsonc and .local/lib/hyde/fastfetch.sh)?
Is it possible to remove/add fastfetch logos?
I've tried:
But .local/lib/hyde/fastfetch.sh didn't change
All reactions