diff options
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index f4f7f07..f402e42 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -77,7 +77,7 @@ }, "custom/date": { "timezone": "Asia/Kolkata", - "exec": "date +'%a %d %b %Y'", + "exec": "date +'%d %b %Y'", "format": " {}", "interval": 1, "tooltip": false |
