{ "height": 30, "reload_style_on_change": true, "modules-left": [ "hyprland/workspaces", "hyprland/submap" ], "modules-center": [ "clock" ], "modules-right": [ "pulseaudio", "network", "battery", "tray", ], "clock": { "format": "{:%H:%M}", "tooltip-format": "{calendar}", "calendar": { "mode" : "month", "mode-mon-col" : 3, "weeks-pos" : "left", "on-scroll" : 1, "format": { "months": "{}", "days": "{}", "weeks": "{}", "weekdays": "{}", "today": "{}" } }, "actions": { "on-click-right": "mode", "on-scroll-up": "tz_up", "on-scroll-down": "tz_down", "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" } }, "pulseaudio": { // "scroll-step": 1, // %, can be a float "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", "format-muted": " {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click": "pavucontrol" }, "network": { "format-wifi": "{icon}", "format-ethernet": "", "format-linked": "", "format-disconnected": "󰤮", "tooltip-format": "{ifname}: {ipaddr}", "format-icons": ["󰤯", "󰤟", "󰤢", "󰤥", "󰤨"] }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{icon}", "format-full": "{icon}", "format-charging": "{capacity}% 󰂄", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", "format-icons": ["", "", "", "", ""] } }