{ "layer": "top", "height": 27, "spacing": 5, "margin-top" :5, "margin-right" :10, "margin-left" :10, "margin-bottom" :-5, "modules-left": [ "dwl/tags", "custom/layout", ], "modules-center": ["custom/clock"], "modules-right": [ "custom/keyboard-layout", "idle_inhibitor", ], "dwl/tags": { "num-tags": 9, "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"] }, "custom/layout": { "format": " {}", "return-type": "json", "exec": "~/.config/waybar/scripts/layout.sh", "on-click": "~/.config/waybar/scripts/layout.sh toggle", "interval" : 1, "tooltip" : false }, "custom/keyboard-layout": { "format": " {}", "return-type": "text", "interval": 1, "exec": "mmsg -k | awk '{print toupper($3); exit}'", "tooltip" : false }, "idle_inhibitor": { "format": " {icon} ", "format-icons": { "activated": "", "deactivated": "" } }, "custom/clock": { "format": " {}", "return-type": "json", "interval": 1, "exec": "~/.config/waybar/scripts/date-time.sh", "on-click": "~/.config/waybar/scripts/calendar.sh show" }, }