// -*- mode: jsonc -*- { // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) "margin-right": 20, "margin-left": 20, "margin-top": 10, "margin-bottom": 10, "height": 30, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules "modules-left": [ "hyprland/workspaces", ], "modules-center": [ "clock" ], "modules-right": [ "cpu", "memory", "temperature", "battery", ], "hyprland/workspaces": { "format": "{windows}", "window-rewrite-default": "󱂬", "window-rewrite": { "title": "", "title": "", "title": "󰊢", "title": "", "title": "󰂺", "title": "", "title": "", "title": "", "title": "󰎙", "class<.*firefox.*>": "󰈹", "class": "", "class": "" } }, "hyprland/window": { }, "clock": { // "timezone": "America/New_York", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%Y-%m-%d}" }, "cpu": { "interval": 2, "format": "{usage}% ", "tooltip": true }, "memory": { "interval": 2, "format": "{used:0.1f}G ", "tooltip-format": "{used}/{total}G ({percentage}%)" }, "temperature": { "interval": 2, // "thermal-zone": 2, // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", "format-icons": ["", "", "", "", ""] }, "battery": { "interval": 5, "states": { // "good": 95, "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-full": "{capacity}% {icon}", "format-charging": "{capacity}% 󱐋", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", // "format-good": "", // An empty format will hide the module // "format-full": "", "format-icons": ["", "", "", "", ""] }, }