server_decoration_palette protocol

org_kde_kwin_server_decoration_palette_manager interface version 1

This interface allows a client to alter the palette of a server side decoration.

Requests

create since version 0

create(id new_id[org_kde_kwin_server_decoration_palette], surface object[wl_surface])
Arguments
Name Type Description
id new_id[org_kde_kwin_server_decoration_palette]
surface object[wl_surface]


org_kde_kwin_server_decoration_palette interface version 1

This interface allows a client to alter the palette of a server side decoration.

Requests

set_palette since version 0

set_palette(palette string)

Color scheme that should be applied to the window decoration. Absolute file path, or name of palette in the user's config directory. The server may choose not to follow the requested style.

Arguments
Name Type Description
palette string Absolute file path, or name of palette in the user's config directory

release (destructor) since version 0

~release()


SPDX-FileCopyrightText: 2017 David Edmundson SPDX-License-Identifier: LGPL-2.1-or-later