show system info in bar at bottom

master
Arne Schauf 9 years ago
parent f733160d8e
commit 17c23fbac8
  1. 15
      qtile_config.py

@ -117,7 +117,16 @@ screens = [
widget.GroupBox(),
widget.Prompt(),
widget.TaskList(),
widget.Systray(),
widget.Clock(format='%a %d.%m. %H:%M'),
],
25,
),
bottom=bar.Bar(
[
widget.WindowName(),
widget.Notify(),
widget.Sep(),
widget.ThermalSensor(tag_sensor='Core 0'),
widget.ThermalSensor(tag_sensor='temp1'),
widget.Sep(),
@ -130,13 +139,9 @@ screens = [
widget.Net(interface="wlp5s0"),
widget.DF(),
widget.Sep(),
widget.BatteryIcon(),
widget.Battery(),
widget.Sep(),
widget.Systray(),
widget.Clock(format='%a %d.%m. %H:%M'),
],
25,
15,
),
),
]

Loading…
Cancel
Save