// -*- mode: jsonc -*- { "layer": "top", // Waybar at top layer "position": "top", // Waybar position (top|bottom|left|right) // Choose the order of the modules "modules-left": [ "cpu", "memory", "mpris", "hyprland/window", ], "modules-center": [ "hyprland/workspaces", ], "modules-right": [ "pulseaudio", "network", "clock" ], //Modules configuration "include": ["~/.config/waybar/modules.json"], }