i3pyblocks._internal.models
Module Contents
Classes
dict() -> new empty dictionary |
Attributes
- class i3pyblocks._internal.models.State
Bases:
TypedDictdict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v
- dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
- full_text :Optional[str]
- short_text :Optional[str]
- color :Optional[str]
- background :Optional[str]
- border :Optional[str]
- border_top :Optional[int]
- border_right :Optional[int]
- border_bottom :Optional[int]
- border_left :Optional[int]
- min_width :Optional[int]
- align :Optional[str]
- urgent :Optional[bool]
- separator :Optional[bool]
- separator_block_width :Optional[int]
- markup :Optional[str]
- i3pyblocks._internal.models.CommandArgs
- i3pyblocks._internal.models.Threshold