i3pyblocks.types

Module Contents

Classes

AlignText

MarkupText

MouseButton

KeyModifier

Color

IECUnit

class i3pyblocks.types.AlignText
CENTER :str = center
RIGHT :str = right
LEFT :str = left
class i3pyblocks.types.MarkupText
NONE :str = none
PANGO :str = pango
class i3pyblocks.types.MouseButton
LEFT_BUTTON :int = 1
MIDDLE_BUTTON :int = 2
RIGHT_BUTTON :int = 3
SCROLL_UP :int = 4
SCROLL_DOWN :int = 5
BACK :int = 8
FORWARD :int = 9
class i3pyblocks.types.KeyModifier
MOD1 :str = Mod1
MOD2 :str = Mod2
MOD3 :str = Mod3
MOD4 :str = Mod4
SHIFT :str = Shift
ALT
NUM_LOCK
SCROLL_LOCK
SUPER
class i3pyblocks.types.Color
GOOD :Optional[str] = #00FF00
NEUTRAL :Optional[str]
URGENT :Optional[str] = #FF0000
WARN :Optional[str] = #FFFF00
class i3pyblocks.types.IECUnit
KiB :int = 1024
MiB :int
GiB :int
TiB :int
PiB :int
EiB :int