// Waybar config for the CI smoke test: exercises real modules that work in a // headless environment (no hardware/daemon dependency). Its content is dynamic // (time, cpu, ...) so it is NOT screenshot-compared — it only checks that these // modules load and render without crashing the bar. { "layer": "top", "position": "top", "height": 30, "modules-center": ["clock", "cpu", "memory", "disk", "custom/hello"], "clock": {}, "cpu": {}, "memory": {}, "disk": {}, "custom/hello": { "exec": "echo ok", "interval": "once" } }