i3bar: Allow to force unhide with draw_bars

This commit is contained in:
Quentin Glidic
2012-08-21 13:51:40 +02:00
committed by Michael Stapelberg
parent 8210c6be79
commit 830829922b
4 changed files with 10 additions and 11 deletions

View File

@ -42,7 +42,7 @@ void got_command_reply(char *reply) {
void got_workspace_reply(char *reply) {
DLOG("Got Workspace-Data!\n");
parse_workspaces_json(reply);
draw_bars();
draw_bars(false);
}
/*
@ -71,7 +71,7 @@ void got_output_reply(char *reply) {
kick_tray_clients(o_walk);
}
draw_bars();
draw_bars(false);
}
/*