diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-05 08:09:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 08:09:22 -0400 |
commit | 58804a044f782a397302173deb1416e47b3c3357 (patch) | |
tree | 9e155febd82e37ba6cb7b9e1b8ee7fda044d5147 /swaybar | |
parent | c3373c6815b5c8cff8f48d1acb46be08b9654331 (diff) | |
parent | d9bcea381a69ebc6367aede7816b8e27d5fc9417 (diff) | |
download | sway-58804a044f782a397302173deb1416e47b3c3357.tar.xz |
Merge pull request #738 from deklov/panel-as-shell-02
Make swaybar and swaybg shell surfaces, take 2
Diffstat (limited to 'swaybar')
-rw-r--r-- | swaybar/bar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swaybar/bar.c b/swaybar/bar.c index 957e5bdf..6d858f92 100644 --- a/swaybar/bar.c +++ b/swaybar/bar.c @@ -87,6 +87,8 @@ void bar_setup(struct bar *bar, const char *socket_path, const char *bar_id) { desktop_shell_set_panel(bar_output->registry->desktop_shell, output->output, bar_output->window->surface); desktop_shell_set_panel_position(bar_output->registry->desktop_shell, bar->config->position); + window_make_shell(bar_output->window); + /* set font */ bar_output->window->font = bar->config->font; |