{ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", "$HOME/.config/waybar/ModulesCustom", "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", "exclusive": true, "passthrough": false, "position": "bottom", "spacing": 4, "fixed-center": true, "ipc": true, //"margin-top": 0, //"margin-bottom": 0, //"margin-left": 0, //"margin-right": 0, "modules-left": [ "hyprland/workspaces#cam", "custom/separator#line", "mpris", "group/notify", "tray", "wlr/taskbar"], "modules-center": ["hyprland/window"], "modules-right": [ "custom/backlight", "backlight/slider", "custom/speaker", "pulseaudio/slider", "battery", "clock#3", "network"], // Additional modules // "pulseaudio/slider": { "min": 0, "max": 100, "orientation": "horizontal" }, "custom/speaker": { "exec": "echo '🔊'", "interval": 1, "format": "{}" }, "backlight/slider": { "min": 0, "max": 100, "orientation": "horizontal", "device": "intel_backlight" }, "custom/backlight": { "exec": "echo '✨'", "interval": 1, "format": "{}" }, }