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


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

  "margin-top": 8,
  "margin-left": 10,
  "margin-right": 10,

  "spacing": 8,

  "modules-left": [
    "sway/workspaces"
  ],

  "modules-center": [
    "clock"
  ],

  "modules-right": [
    "pulseaudio",
    "battery"
  ],

  "sway/workspaces": {
    "disable-scroll": true,
    "all-outputs": true,
    "format": "{name}"
  },

  "clock": {
    "interval": 1,
    "format": "{:%H:%M}",
    "format-alt": "{:%a %d %b}",
    "tooltip-format": "<big>{:%B %Y}</big>\n<tt>{calendar}</tt>"
  },

  "pulseaudio": {
    "format": "{icon} {volume}%",
    "format-muted": "蟀杹 Muted",
    "format-icons": {
      "default": [
        "蟀暱",
        "蟀杸",
        "蟀暰"
      ]
    },
    "on-click": "pavucontrol"
  },

  "battery": {
    "states": {
      "warning": 20,
      "critical": 10
    },
    "format": "{icon} {capacity}%",
    "format-charging": "蟀倓 {capacity}%",
    "format-icons": [
      "蟀値",
      "蟀伜",
      "蟀伝",
      "蟀伡",
      "蟀伣",
      "蟀伨",
      "蟀伩",
      "蟀個",
      "蟀倎",
      "蟀倐",
      "蟀伖"
    ]
  }
}