1
0
Fork 0

polybar: fix date

This commit is contained in:
Pratham Patel 2023-12-28 14:29:32 +05:30
parent 98337325a0
commit 47c404264c
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 2 additions and 2 deletions

View File

@ -156,9 +156,9 @@ type = internal/date
label = %date% %time% label = %date% %time%
interval = 1 interval = 1
date = "%Y/%m/%d %a" date = "%a %d/%m/%Y"
time = "%H:%M:%S"
date-alt = "%a %d/%b/%Y" date-alt = "%a %d/%b/%Y"
time = "%H:%M:%S"
time-alt = "%H:%M:%S" time-alt = "%H:%M:%S"
format-underline = #0a6cf5 format-underline = #0a6cf5