Home
last modified time | relevance | path

Searched refs:InLoopPollText (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dshe.py25 class She(base.InLoopPollText):
38 base.InLoopPollText.__init__(self, **config)
H A Dcountdown.py29 class Countdown(base.InLoopPollText):
41 base.InLoopPollText.__init__(self, **config)
H A Dwlan.py44 class Wlan(base.InLoopPollText):
70 base.InLoopPollText.__init__(self, **config)
H A Dkeyboardlayout.py125 class KeyboardLayout(base.InLoopPollText):
150 base.InLoopPollText.__init__(self, **config)
155 base.InLoopPollText._configure(self, qtile, bar)
H A Dclock.py42 class Clock(base.InLoopPollText):
57 base.InLoopPollText.__init__(self, **config)
H A Dsensors.py34 class ThermalSensor(base.InLoopPollText):
59 base.InLoopPollText.__init__(self, **config)
H A Dbacklight.py42 class Backlight(base.InLoopPollText):
87 base.InLoopPollText.__init__(self, **config)
H A Dbase.py479 class InLoopPollText(_TextBox): class
494 self.add_defaults(InLoopPollText.defaults)