mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
bar/wayland: layer surface "namespace" is a category, not application ID
This commit is contained in:
parent
7397ab9457
commit
df1a004f97
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ setup(struct bar *_bar)
|
||||||
backend->layer_surface = zwlr_layer_shell_v1_get_layer_surface(
|
backend->layer_surface = zwlr_layer_shell_v1_get_layer_surface(
|
||||||
backend->layer_shell, backend->surface,
|
backend->layer_shell, backend->surface,
|
||||||
backend->monitor != NULL ? backend->monitor->output : NULL,
|
backend->monitor != NULL ? backend->monitor->output : NULL,
|
||||||
ZWLR_LAYER_SHELL_V1_LAYER_BOTTOM, "yambar");
|
ZWLR_LAYER_SHELL_V1_LAYER_BOTTOM, "panel");
|
||||||
if (backend->layer_surface == NULL) {
|
if (backend->layer_surface == NULL) {
|
||||||
LOG_ERR("failed to create layer shell surface");
|
LOG_ERR("failed to create layer shell surface");
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue