feat: add nixfmt and adjust qtile widgets

This commit is contained in:
steveej 2023-01-02 11:42:44 -06:00
parent 86371535f8
commit 711ec3c54c
2 changed files with 3 additions and 3 deletions

View file

@ -212,9 +212,9 @@ let
widget.WindowName(),
widget.Prompt(),
widget.CPUGraph(),
widget.ThermalSensor(),
widget.ThermalSensor(tag_sensor = "CPU"),
widget.Memory(),
widget.Net(interface='eth0'),
# widget.Net(interface='eth0'),
widget.Net(interface='wlan0'),
widget.Clock(format='%Y-%m-%d %a %I:%M %p'),
]