dotfiles/i3status-rust/config.toml

44 lines
639 B
TOML
Raw Normal View History

2021-09-22 12:44:38 +00:00
[theme]
name = "gruvbox-dark"
[icons]
name = "awesome"
[[block]]
block = "battery"
interval = 10
format = "{percentage} {time}"
2022-03-16 22:16:39 +00:00
full_threshold = 85
[[block]]
block = "temperature"
format = "{min}{average}{max}"
2021-09-22 12:44:38 +00:00
[[block]]
block = "cpu"
interval = 1
format = "{barchart} {utilization} {frequency}"
[[block]]
block = "memory"
2022-03-16 22:16:39 +00:00
format_mem = "{mem_used} ({mem_used_percents})"
2021-09-22 12:44:38 +00:00
display_type = "memory"
2022-03-16 22:16:39 +00:00
clickable = false
2021-09-22 12:44:38 +00:00
icons = true
interval = 5
warning_mem = 80
critical_mem = 95
[[block]]
block = "sound"
2022-03-16 22:16:39 +00:00
step_width = 5
max_vol = 100
2021-09-22 12:44:38 +00:00
[[block]]
block = "time"
2023-01-08 02:14:58 +00:00
format = "%a %m/%d %T"
2021-09-22 12:44:38 +00:00
timezone = "US/Eastern"
interval = 1
locale = "en_US"