Search code examples
awesome-wm

How do I set a custom colour for a category in awful.hotkeys_popup?


Each category/tag in awful.hotkeys_popup has a different colour (which is set randomly, I believe).

Is it possible to set the colour manually?


Solution

  • hotkeys_popup.add_group_rules("awesome", { color = "#fF0000" })