/* ---- 💫 Custom Minimal Layout 💫 ---- */ // Based on original minimal config with Hyprlust integration { "include": "~/.config/waybar/modules", "layer": "top", "position": "top", "margin-top": 8, "margin-bottom": 0, "modules-left": [ "hyprland/workspaces#4", "tray" ], "modules-center": [ "clock" ], "modules-right": [ "custom/temps", "pulseaudio", "pulseaudio#microphone" ], // Customize clock format - 12-hour with AM/PM "clock": { "format": "{:%I:%M %p %a, %b %e}", "tooltip": true, "tooltip-format": "{calendar}", "calendar": { "mode": "month", "on-scroll": 1, "format": { "months": "{}", "days": "{}", "weekdays": "{}", "today": "{}" } } }, // Ensure workspaces are persistent (1-5) "hyprland/workspaces#4": { "format": " {icon} ", "show-special": false, "active-only": false, "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", "all-outputs": true, "sort-by-number": true, "persistent-workspaces": { "1": [], "2": [], "3": [], "4": [], "5": [] }, "format-icons": { "1": " ", "2": " ", "3": " ", "4": " ", "5": "", "6": " ", "7": "", "8": " ", "9": " ", "10": "10", "focused": "", "default": "" } } }