This commit is contained in:
Kovid Goyal
2026-05-29 14:52:30 +05:30
parent 52b44f4f1a
commit 9ffabc7caf

View File

@@ -33,7 +33,7 @@ layout_choices = 'tiled,scaled,mirror-tiled,clamped,centered,cscaled,configured'
class SetBackgroundImage(RemoteCommand): class SetBackgroundImage(RemoteCommand):
protocol_spec = __doc__ = ''' protocol_spec = __doc__ = f'''
data+/str: Chunk of at most 512 bytes of PNG data, base64 encoded. Must send an empty chunk to indicate end of image. \ data+/str: Chunk of at most 512 bytes of PNG data, base64 encoded. Must send an empty chunk to indicate end of image. \
Or the special value - to indicate image must be removed. Or the value index:idx to change image. Or the special value - to indicate image must be removed. Or the value index:idx to change image.
match/str: Window to change opacity in match/str: Window to change opacity in