user13410977
user13410977

Reputation:

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?

Upvotes: 0

Views: 160

Answers (1)

user13410977
user13410977

Reputation:

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

Upvotes: 2

Related Questions