Commit 2787c1b6 authored by Dylan's avatar Dylan

Changelog

parent 6d01e1c8
...@@ -15,6 +15,19 @@ ...@@ -15,6 +15,19 @@
**Song**<br \> **Song**<br \>
- [Linux] Added support for Spotify. - [Linux] Added support for Spotify.
**Birthday**<br \>
- Added `--birthday_format` and `$birthday_format` to change the date format of the<br \>
birthday function. The flag uses the `date` cmd's format options so see `man date`<br \>
for a list.
Example:
```sh
neofetch --birthday_format "%D"
neofetch --birthday_format "%a %d %b %Y %l:%M %p"
neofetch --birthday_format "%c"
```
### Ascii ### Ascii
- Added small ascii logo variants for Arch, Crux and Gentoo. - Added small ascii logo variants for Arch, Crux and Gentoo.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment