diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2023-10-27 22:58:33 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-10-27 22:58:33 +0530 |
| commit | 6875a20d9eade73d90990f5983f0dfe73c9bbba5 (patch) | |
| tree | 34f5e5b22b3fad9ef48c397de05a0a4f2f3c17c6 | |
| parent | 7c0dce97ab9850550c487856b25de869fd889ec2 (diff) | |
fix date
Diffstat (limited to '')
| -rw-r--r-- | .config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index a2f62f7..68f25d7 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -32,7 +32,7 @@ }, "clock": { "timezone": "Asia/Kolkata", - "format": " {:%Y-%M-%d %H:%M}", + "format": " {:%a, %Y-%m-%d %H:%M}", }, "cpu": { "format": " {usage}%", |
