Загрузка данных


{
    "layer": "top",
    "position": "top",
    "height": 30,

    "modules-left": [],
    "modules-center": ["clock"],
    "modules-right": ["hyprland/language", "battery"],

    "hyprland/language": {
        "format": "{}",
        "format-en": "EN",
        "format-ru": "RU"
    },

    "battery": {
        "format": "{capacity}% {icon}",
        "format-icons": ["", "", "", "", ""],
        "format-charging": "{capacity}% "
    },

    "clock": {
        "format": "{:%H:%M   %d.%m.%Y}",
        "tooltip": false
    }
}