mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
Use system swaybar instead of local swaybar
This commit is contained in:
parent
60c204a09b
commit
1a365f19c9
@ -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…
Reference in New Issue
Block a user