mylinuxforwork / dotfiles

The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
GNU General Public License v3.0
1.14k stars 87 forks source link

How to set the Waybar clock in Spanish #423

Open jGarvi opened 1 week ago

jGarvi commented 1 week ago

I don't know how to set the Waybar clock to Spanish. I have tried with LC_TIME but it doesn't work. Could you indicate which file I should modify to be able to set the clock to Spanish?

mylinuxforwork commented 1 week ago

You can set the timeformat in the dotfiles App.

jGarvi commented 1 week ago

But where do I configure it. In which file, or should I create a new one. I would appreciate your help. Thank you.

mylinuxforwork commented 1 week ago

But where do I configure it. In which file, or should I create a new one. I would appreciate your help. Thank you.

How do you want the clock to look like? Can you share an example?

jGarvi commented 1 week ago

Now in the modules.json file I have this:

"clock": { "format": " {:%H:%M - %A}", "locale": "es_ES.UTF-8", "interval": 1, "on-click": "ags -t calendar", "tooltip": false },

But it keeps showing me the day of the week in English at the bar and I want it in Spanish.