aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 3236ff6c..872e9fc3 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -277,6 +277,9 @@ static struct cmd_handler bar_colors_handlers[] = {
277 { "active_workspace", bar_colors_cmd_active_workspace }, 277 { "active_workspace", bar_colors_cmd_active_workspace },
278 { "background", bar_colors_cmd_background }, 278 { "background", bar_colors_cmd_background },
279 { "binding_mode", bar_colors_cmd_binding_mode }, 279 { "binding_mode", bar_colors_cmd_binding_mode },
280 { "focused_background", bar_colors_cmd_focused_background },
281 { "focused_separator", bar_colors_cmd_focused_separator },
282 { "focused_statusline", bar_colors_cmd_focused_statusline },
280 { "focused_workspace", bar_colors_cmd_focused_workspace }, 283 { "focused_workspace", bar_colors_cmd_focused_workspace },
281 { "inactive_workspace", bar_colors_cmd_inactive_workspace }, 284 { "inactive_workspace", bar_colors_cmd_inactive_workspace },
282 { "separator", bar_colors_cmd_separator }, 285 { "separator", bar_colors_cmd_separator },