JaKooLit / Arch-Hyprland

For automated installation of Hyprland on Arch or any arch based distros
GNU General Public License v3.0
1.57k stars 133 forks source link

The time in waybar is totally messed up sometimes it is showing utc sometimes it is showing time from belgium even though i have given it time form Asia/Kolakata #150

Closed BludAdit3220 closed 1 month ago

BludAdit3220 commented 1 month ago

"clock": { "interval": 1, //"format": " {:%I:%M %p}", // AM PM format "format": " {:%H:%M:%S}", // 24H "format-alt": " {:%H:%M  %Y, %d %B, %A}", "tooltip-format": "{calendar}", "calendar": { "mode": "year", "mode-mon-col": 3, "weeks-pos": "right", "on-scroll": 1, "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } }, "timezones": [ "Asia/Kolkata", ], }, "actions": { "on-click-right": "mode", "on-click-forward": "tz_up", "on-click-backward": "tz_down", "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" }, "clock#2": { "format": " {:%I:%M %p}", // AM PM format //"format": " {:%H:%M}", // 24H "format-alt": "{:%A | %H:%M | %e %B}", "tooltip-format": "{:%Y %B}\n{calendar}" }, "clock#3": { "format": "{:%I:%M %p - %d/%b}", //for AM/PM //"format": "{:%H:%M - %d/%b}", // 24H "tooltip": false }, "clock#4": { "interval": 60, "format": "{:%B | %a %d, %Y | %I:%M %p}", // AM PM format //"format": "{:%B | %a %d, %Y | %H:%M}", // 24H "format-alt": "{:%a %b %d, %G}", "tooltip-format": "{:%B %Y}\n{calendar}", }, "clock#5": { "format": "{:%A, %I:%M %P}", // AM PM format //"format": "{:%a %d | %H:%M}", // 24H "format-alt": "{:%A, %d %B, %Y (%R)}" },

JaKooLit commented 1 month ago

https://github.com/Alexays/Waybar/issues/3024

tzdata issue.

BludAdit3220 commented 1 month ago

Thanks man i didnt knew that tzdata was messed up in the new update 2024b it really helped a lot

On Wed, Sep 11, 2024 at 2:32 PM Ja.KooLit @.***> wrote:

Alexays/Waybar#3024 https://github.com/Alexays/Waybar/issues/3024

tzdata issue.

— Reply to this email directly, view it on GitHub https://github.com/JaKooLit/Arch-Hyprland/issues/150#issuecomment-2343063690, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCET7VB7FBWFTDLEKOCISM3ZWABJXAVCNFSM6AAAAABOAPG6BOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBTGA3DGNRZGA . You are receiving this because you authored the thread.Message ID: @.***>

JaKooLit commented 1 month ago

new update on tzdata have fixed the issue