dotfiles/i3status-rust/config.toml

34 lines
510 B
TOML
Raw Permalink Normal View History

2023-12-11 17:07:48 +00:00
[theme]
2024-04-14 00:30:51 +00:00
theme = "semi-native"
2023-12-11 17:07:48 +00:00
[icons]
icons = "awesome4"
[[block]]
block = "battery"
interval = 10
format = "$icon $percentage $time"
full_threshold = 85
[[block]]
block = "temperature"
2024-04-14 00:30:51 +00:00
format = "$icon $average"
2023-12-11 17:07:48 +00:00
[[block]]
block = "cpu"
interval = 1
2024-04-14 00:30:51 +00:00
format = "$icon $barchart $utilization"
2023-12-11 17:07:48 +00:00
[[block]]
block = "memory"
2024-04-14 00:30:51 +00:00
format = "$icon $mem_used"
2023-12-11 17:07:48 +00:00
interval = 5
warning_mem = 80
critical_mem = 95
[[block]]
block = "time"
2024-04-14 00:30:51 +00:00
format = "$icon $timestamp.datetime(f:'%m/%d %T')"
2023-12-11 17:07:48 +00:00
timezone = "US/Eastern"
interval = 1