dotfiles/.config/i3status-rust/config.toml

49 lines
943 B
TOML
Raw Normal View History

2021-11-05 19:33:10 +01:00
[theme]
theme = "dracula"
2021-11-05 19:33:10 +01:00
[icons]
icons = "material-nf"
2021-11-05 19:33:10 +01:00
[icons.overrides]
# this should never show, as the bat block auto hides without a battery
bat_not_available = "x"
2021-11-05 12:28:21 +01:00
[[block]]
block = "memory"
2022-10-22 22:28:01 +02:00
format = " $icon $mem_used_percents $mem_used/$mem_avail"
format_alt = " $icon $swap_used_percents $swap_used/$swap_free"
2021-11-05 12:28:21 +01:00
[[block]]
block = "cpu"
interval = 1
2022-10-22 22:28:01 +02:00
format = " $icon $frequency $barchart $utilization"
2021-11-05 12:28:21 +01:00
[[block]]
block = "temperature"
interval = 5
2022-10-22 22:28:01 +02:00
format = " $icon $min - $average ~ $max +"
2021-11-05 12:28:21 +01:00
chip = "*-isa-*"
idle = 50
info = 70
warning = 85
[[block]]
block = "music"
interface_name_exclude = [".*kdeconnect.*", "mpd"]
2022-12-11 20:55:10 +01:00
format = " $icon {$combo.rot-str(20, 0.1)|} $prev| $play| $next|"
2021-11-05 12:28:21 +01:00
[[block]]
block = "sound"
2022-10-22 22:28:01 +02:00
format = " $icon $output_description{ $volume|}"
2021-11-05 12:28:21 +01:00
[[block]]
block = "battery"
interval = 10
2022-10-22 22:28:01 +02:00
format = " $icon $percentage $power"
2022-10-03 11:42:13 +02:00
missing_format = ""
2021-11-05 12:28:21 +01:00
[[block]]
block = "time"
interval = 1
2022-10-22 22:28:01 +02:00
format = " $icon %a %d.%m.%Y %T"