Use system swaybar instead of local swaybar
This commit is contained in:
parent
60c204a09b
commit
1a365f19c9
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
|
||||||
output_id[bufsize-1] = 0;
|
output_id[bufsize-1] = 0;
|
||||||
|
|
||||||
char *const cmd[] = {
|
char *const cmd[] = {
|
||||||
"./bin/swaybar",
|
"swaybar",
|
||||||
"-b",
|
"-b",
|
||||||
bar->id,
|
bar->id,
|
||||||
output_id,
|
output_id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue