// -*- mode: jsonc -*- { "layer": "top", "position": "top", "height": 30, "spacing": 4, // Choose the order of the modules "modules-left": [ "hyprland/workspaces", "hyprland/window", ], "modules-center": [ ], "modules-right": [ "cpu", "memory", "disk", "clock", "tray" ], // Modules configuration "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "warp-on-scroll": false, "format": "{name}", "persistent-workspaces": { "1": "1", "2": "2", "3": "3", "4": "4", "5": "5", "6": "6", "7": "7", "8": "8", "9": "9", }, }, "hyprland/window" : { "max-length": 40, "seperate-outputs": false }, "tray": { // "icon-size": 21, "spacing": 10 // "icons": { // "blueman": "bluetooth", // "TelegramDesktop": "$HOME/.local/share/icons/hicolor/16x16/apps/telegram.png" // } }, "clock": { "format": "{:%I:%M %p}", "format-alt": "{:%Y-%m-%d %I:%M %p}" }, "cpu": { "format": "CPU: {usage}%", "tooltip": false }, "memory": { "format": "MEM: {used}GiB" }, "disk": { "interval": 60, "path": "/", "format": "DISK: {free} (free)" }, "battery": { "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "Bat: {capacity}% {icon} {time}", "format-plugged": "{capacity}% ", "format-alt": "Bat {capacity}%", "format-time": "{H}:{M}", "format-icons": ["", "", "", "", ""] }, "network": { "format": "Online", "format-disconnected": "Disconnected ⚠" }, "custom/sep": { "format" : "|", "interval" : 0 } }