aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-16 19:30:38 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-16 19:30:38 -0500
commit1a365f19c970ec9f974a6f1d04e4b52677af75e6 (patch)
treece6e3ecc997f8db500dc019e31f6b92a45bcc00a /sway
parentInvoke swaybar when an output matches a bar config (diff)
downloadsway-1a365f19c970ec9f974a6f1d04e4b52677af75e6.tar.gz
sway-1a365f19c970ec9f974a6f1d04e4b52677af75e6.tar.zst
sway-1a365f19c970ec9f974a6f1d04e4b52677af75e6.zip
Use system swaybar instead of local swaybar
Diffstat (limited to 'sway')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 9b441223..fc9e97ad 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -458,7 +458,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
458 output_id[bufsize-1] = 0; 458 output_id[bufsize-1] = 0;
459 459
460 char *const cmd[] = { 460 char *const cmd[] = {
461 "./bin/swaybar", 461 "swaybar",
462 "-b", 462 "-b",
463 bar->id, 463 bar->id,
464 output_id, 464 output_id,