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

102 lines
1.9 KiB
TOML
Raw Normal View History

[icons]
icons = "awesome4"
2020-01-11 17:23:05 +01:00
[theme]
theme = "solarized-dark"
2020-01-11 17:23:05 +01:00
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
2020-01-11 17:50:17 +01:00
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
2020-01-11 17:23:05 +01:00
2021-03-12 10:38:39 +01:00
[[block]]
block = "weather"
format = "$icon $weather $temp, $humidity, $wind m/s $direction "
2021-03-12 10:38:39 +01:00
service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" }
[[block]]
block = "sound"
[[block]]
block = "net"
device = "enp2s0f0"
inactive_format = "$icon x "
format = "$icon $ip $graph_down $speed_down $graph_up $speed_up via $device "
2020-01-11 17:23:05 +01:00
[[block]]
block = "net"
device = "wlp3s0"
inactive_format = "$icon x "
format = "$icon $ip $speed_down $speed_up $signal_strength $ssid $frequency.eng(w:3) "
[[block]]
block = "disk_space"
path = "/"
warning = 80.0
alert = 90.0
info_type = "used"
format = "$icon $path $percentage "
[[block]]
block = "disk_space"
path = "/boot"
warning = 80.0
alert = 90.0
info_type = "used"
format = "$icon $path $percentage "
[[block]]
block = "disk_space"
path = "/home"
warning = 80.0
alert = 90.0
info_type = "used"
format = "$icon $path $percentage "
[[block]]
block = "disk_space"
path = "/var"
warning = 80.0
alert = 90.0
info_type = "used"
format = "$icon $path $percentage "
2020-01-11 17:23:05 +01:00
[[block]]
block = "memory"
format = "$icon $mem_used_percents.eng(w:2) "
2020-01-11 17:23:05 +01:00
[[block]]
block = "memory"
format = "$icon_swap $swap_used_percents.eng(w:2) "
2020-01-11 17:23:05 +01:00
[[block]]
block = "cpu"
interval = 1
format = "$icon $barchart $utilization $frequency.eng(w:4) "
2020-01-11 17:23:05 +01:00
[[block]]
block = "temperature"
format = "$icon $min min, $max max, $average avg "
2020-01-11 17:23:05 +01:00
[[block]]
block = "load"
format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
[[block]]
block = "battery"
format = " $icon $percentage $time"
2020-01-11 17:23:05 +01:00
[[block]]
block = "time"
interval = 1
format = " $icon $timestamp.datetime(f:'%F (%Z) %T') "
2020-01-11 17:23:05 +01:00
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = " $icon $timestamp.datetime(f:'(%Z) %T') "
2020-01-11 17:23:05 +01:00
timezone = "Etc/UTC"