Remove unnecessary widgets

This commit is contained in:
SebastianStork 2024-03-27 23:51:31 +01:00
parent 8506e3b7ff
commit a2c17c0886

View file

@ -125,10 +125,6 @@ screens = [
widget.Systray()
]),
widget.Sep(),
widget.Wlan(format="󰖩 {essid}", interface="wlp2s0", update_interval=5, max_chars=4),
widget.Sep(),
widget.ThermalSensor(format="{temp:.1f}{unit}", tag_sensor="CPU", threshold=90, update_interval=5),
widget.Sep(),
widget.PulseVolume(fmt="󰕾 {}"),
widget.Sep(),
widget.Backlight(fmt="󰃠 {}", backlight_name='amdgpu_bl0'),