[fix] Fix the date format

This commit is contained in:
Anas Elgarhy 2023-05-11 05:56:39 +03:00
parent 52a95580ac
commit 7c36f755a1
No known key found for this signature in database
GPG key ID: 0501802A1D496528

View file

@ -76,8 +76,8 @@ static const struct arg args[] = {
{ battery_perc, "BAT:%s%%", "BAT0" },
{ battery_state, "%s ", "BAT0" },
{ keymap, "KB:%s ", NULL },
{ datetime, "%s ", "%r" },
{ datetime, "DATE:%s|", "%a %d/%m/%Y" },
{ datetime, "TIME:%s|", "%r" },
{ datetime, "%s ", "%a %d/%m/%Y" },
{ disk_used, "(/:%s|", "/" },
{ disk_used, "~:%s)", "/home" },
};