diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-17 21:16:38 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-17 21:16:38 +0530 |
| commit | b062a86f75875c0a9582dea923ab1a6b22c02fcc (patch) | |
| tree | eafac4f2c3ce21b5621142077b2a1522531e7e22 /.config/waybar/config.jsonc | |
| parent | 2d2b27443f16eac8a31f48a4af298cbbb3a18aea (diff) | |
waybar: remove transparency, make more similar to dwm bar
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 |
