Closed niksingh710 closed 1 year ago
This allows the user to put any glyphs in their config to represent their to-do status. Sources to get glyphs nerd font
The new config may look like this:
{ "user_name": "Nikhil Singh", "initial_setup_done": true, "tasks": [], "disable_line": false, "disable_quotes": false, "disable_greeting": false, "done_icon": "", "notdone_icon": "", "time_format_24h": false }
This will not break the user's previous config as the options done_icon and notdone_icon are optional.
done_icon
notdone_icon
Now it is ready to merge. @NayamAmarshe
Thanks for the fix.
This allows the user to put any glyphs in their config to represent their to-do status. Sources to get glyphs nerd font
The new config may look like this:
This will not break the user's previous config as the options
done_icon
andnotdone_icon
are optional.