Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
i3bar: LOG version on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
orestisfl committed Jan 15, 2021
1 parent 9c7616c commit 6668d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions i3bar/src/main.c
Expand Up @@ -133,6 +133,8 @@ int main(int argc, char **argv) {
}
}

LOG("i3bar version " I3_VERSION "\n");

main_loop = ev_default_loop(0); /* needed in init_xcb_early */
char *atom_sock_path = init_xcb_early();

Expand Down

0 comments on commit 6668d03

Please sign in to comment.