docs(cli): better command to switch themes

This commit is contained in:
mcandemir
2023-03-25 02:50:12 +03:00
parent ffcfcc3055
commit b25cf126f4
+2 -2
View File
@@ -166,12 +166,12 @@ in your preferred folder.
3. Run
```bash
cat neofetch-themes/<folder>/<file> >> ~/.config/neofetch/config.conf
cat neofetch-themes/<folder>/<file> > ~/.config/neofetch/config.conf
```
where `<folder>` is the section in this readme, while `<file>` is the file name of the config of this theme.
> For example: If you want papirus, it'd be
```
cat neofetch-themes/normal/papirus.conf >> ~/.config/neofetch/config.conf
cat neofetch-themes/normal/papirus.conf > ~/.config/neofetch/config.conf
```
</details>