adapt for new hardware
This commit is contained in:
parent
3a335817cb
commit
f434cfa3e0
3 changed files with 18 additions and 31 deletions
|
@ -54,7 +54,7 @@ hide_missing = true
|
|||
|
||||
[[block]]
|
||||
block = "net"
|
||||
device = "wlp3s0"
|
||||
device = "wlo1"
|
||||
ip = true
|
||||
ssid = true
|
||||
speed_up = false
|
||||
|
@ -63,11 +63,8 @@ hide_inactive = true
|
|||
hide_missing = true
|
||||
|
||||
[[block]]
|
||||
block = "temperature"
|
||||
collapsed = false
|
||||
interval = 10
|
||||
chip = "coretemp-isa-0000"
|
||||
format = "{min}..{max}°"
|
||||
block = "custom"
|
||||
command = '''echo " $(cat /sys/class/thermal/thermal_zone0/temp | head -c 2) °C"'''
|
||||
|
||||
[[block]]
|
||||
block = "disk_space"
|
||||
|
@ -99,9 +96,9 @@ block = "backlight"
|
|||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
device = "BAT0"
|
||||
device = "BAT1"
|
||||
interval = 10
|
||||
format = "{percentage}%"
|
||||
format = "{percentage}% {time}"
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue