// -*- mode: jsonc -*- [ { "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) //"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": [ "clock", "pulseaudio", "bluetooth", "cpu", "memory", "disk", "privacy" ], "modules-center": [ "group/music" ], "modules-right": [ "sway/scratchpad", "sway/workspaces", "tray", "custom/power" ], "group/music":{ "modules":["mpris", "cava"] }, "include": [ "~/.config/waybar/modules.jsonc" ] } ]