{ "layer": "top", "height": 40, "modules-left": ["custom/launcher", "hyprland/workspaces", "hyprland/window"], "modules-right": ["tray", "cpu", "backlight", "battery", "clock"], // Modules configuration "custom/launcher": { "format": "" }, "hyprland/workspaces": { "persistent-workspaces": { "*": 10 }, "disable-scroll": true, "format": "{icon}", "on-click": "activate", "format-icons": { "urgent": "󰀨", "active": "", "empty": "", "default": "", "sort-by-number": true }, }, "hyprland/window": { "format": "> {title}", "separate-outputs": true }, "tray": { "spacing": 10 }, "clock": { "timezone": "Asia/Kolkata", "format": " {:%a, %Y-%m-%d  %H:%M}", }, "cpu": { "format": " {usage}%", "tooltip": false }, "backlight": { "format": "{icon} {percent}%", "format-icons": ["", "", "", "", "", "", "", "", ""] }, "battery": { "bat": "BAT1", "states": { "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-charging": " {capacity}%+", "format-plugged": " {capacity}%", "format-icons": ["", "", "", "", ""] } }