Use system swaybar instead of local swaybar

This commit is contained in:
Drew DeVault 2015-12-16 19:30:38 -05:00
parent 60c204a09b
commit 1a365f19c9
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
output_id[bufsize-1] = 0;
char *const cmd[] = {
"./bin/swaybar",
"swaybar",
"-b",
bar->id,
output_id,