{
	"position": "bottom",
	"height": 31,
  "width": 900,
	"spacing": 0,
	"margin-bottom": 5,
  "layer": "top",
  "modules-left": ["custom/power", "custom/runner"],
  "modules-center": ["hyprland/workspaces"],
  "modules-right": ["tray", "wireplumber", "hyprland/language", "clock"],

	"custom/power": {
    "format": "",
    "on-click": "~/.config/hypr/bin/powermenu"
  },

  "custom/runner": {
    "format": "",
    "on-click": "~/.config/hypr/bin/runner"
  },

  "hyprland/workspaces": {
		"format": "{name}",
		"on-click": "activate",
		"tooltip": false,
    "persistent_workspaces": {
      "*": 1
    }
	},

  "tray": {
		"icon-size": 14,
		"spacing": 15
  },
  
  "wireplumber": {
		"scroll-step": 2,
		"format": "{icon} {volume}%",
    "format-icons":["", "", ""],
    "format-muted": " mute",
		"on-click": "pavucontrol",
		"max-volume": 100
	},

	"hyprland/language": {
		"format": "{}",
		"format-en": "Eng",
		"format-ru": "Rus"
	},
    
	"clock": {
		"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
		"format-alt": " {:%Y-%m-%d}",
    "format": "{:%H:%M}",
    "timezone": "Asia/Yekaterinburg"
	}
}