dotfiles/i3status-rust/config.toml

39 lines
612 B
TOML
Raw Normal View History

2021-09-22 12:44:38 +00:00
[theme]
2023-02-27 14:05:54 +00:00
theme = "gruvbox-dark"
2021-09-22 12:44:38 +00:00
[icons]
2023-02-27 14:05:54 +00:00
icons = "awesome4"
2021-09-22 12:44:38 +00:00
[[block]]
block = "battery"
interval = 10
2023-02-27 14:05:54 +00:00
format = "$icon $percentage $time"
2022-03-16 22:16:39 +00:00
full_threshold = 85
[[block]]
block = "temperature"
2023-02-27 14:05:54 +00:00
format = "$icon $min $average $max"
2021-09-22 12:44:38 +00:00
[[block]]
block = "cpu"
interval = 1
2023-02-27 14:05:54 +00:00
format = "$icon $barchart $utilization $frequency"
2021-09-22 12:44:38 +00:00
[[block]]
block = "memory"
2023-02-27 14:05:54 +00:00
format = "$icon $mem_used ($mem_used_percents)"
2021-09-22 12:44:38 +00:00
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-02-27 14:05:54 +00:00
format = "$icon $timestamp.datetime(f:'%a %m/%d %T')"
2021-09-22 12:44:38 +00:00
timezone = "US/Eastern"
interval = 1