You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
758 B
TOML

icons_format = "{icon}"
[theme]
theme = "native"
[icons]
icons = "material-nf"
[[block]]
block = "focused_window"
[block.format]
full = " $title.str(max_w:64) |"
[[block]]
block = "disk_space"
path = "/"
info_type = "available"
alert_unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
format = "$icon $available"
[[block]]
block = "memory"
format = "$icon $mem_used.eng(w:2) / $mem_total"
format_alt = "$icon $swap_used_percents"
[[block]]
block = "cpu"
interval = 1
format = "$barchart $utilization $frequency"
[[block]]
block = "time"
interval = 60
[block.format]
full = " $icon $timestamp.datetime(f:'%a %m-%d-%y %I:%M %p', l:en_US)"
[[block]]
block = "temperature"
interval = 5
format = "$average "
chip = "k10temp-pci-00c3"
inputs = ["Tctl"]