// -*- mode: json -*- // vim:set syntax=json: { "layer": "top", "reload_style_on_change": true, "modules-left": [ "hyprland/workspaces" ], "modules-center": ["clock"], "modules-right": [ "network", "pulseaudio", "battery", "tray" ], "hyprland/workspaces": { "format": "{icon}", "format-active": " {icon} ", "on-click": "activate" }, "clock": { "format": "{:%H:%M:%S %Ez %A, %Y-%m-%d}", "tooltip": false, "interval": 1 }, "network": { "format-wifi": "{icon} {essid}", "format-ethernet": "{icon} {ifname}", "format-disconnected": "", "tooltip-format": "{ipaddr}/{cidr} {ifname} via {gwaddr}", "tooltip-format-wifi": "{ipaddr}/{cidr} {ifname} ({signalStrength}%, {frequency}GHz) via {gwaddr}", "tooltip-format-disconnected": "Disconnected", "max-length": 50, "format-icons": { "wifi": ["󰤫", "󰤟", "󰤢", "󰤥", "󰤨"], "ethernet": "󰈀" } }, "pulseaudio": { "format": "{icon} {volume:2}%", "format-bluetooth": "{icon} {volume}% ", "format-muted": "󰖁 MUTE", "format-icons": { "headphones": "", "default": ["󰕿", "󰖀", "󰕾"] }, "scroll-step": 5, "on-click": "pamixer -t", "on-click-right": "pavucontrol" }, "battery": { "interval": 10, "states": { "crit": 15, "warn": 30, "half": 50, "good": 75, "high": 95, "full": 100 }, "format-discharging-crit": "󰁺 {capacity}%", "format-discharging-warn": "󰁼 {capacity}%", "format-discharging-half": "󰁾 {capacity}%", "format-discharging-good": "󰂀 {capacity}%", "format-discharging-high": "󰂂 {capacity}%", "format-discharging-full": "󰁹 {capacity}%", "format-charging-crit": "󰢜 {capacity}%", "format-charging-warn": "󰂇 {capacity}%", "format-charging-half": "󰢝 {capacity}%", "format-charging-good": "󰢞 {capacity}%", "format-charging-high": "󰂋 {capacity}%", "format-charging-full": "󰂅 {capacity}%", "format": "{icon} {capacity}%", "format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󰂂", "󰁹"] }, "tray": { "spacing": 10 } }