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

101 lines
1.8 KiB
TOML

[icons]
icons = "awesome"
[theme]
theme = "solarized-dark"
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
[[block]]
block = "maildir"
interval = 15
inboxes = ["/home/finga/mail/onders.org/Inbox", "/home/finga/mail/chaostreff.at/Inbox"]
display_type = "new"
[[block]]
block = "weather"
format = "$weather $temp, $humidity, $wind m/s $direction"
service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" }
[[block]]
block = "sound"
[[block]]
block = "music"
format = "$combo.rot-str(30) $play"
player = "mpd"
[[block]]
block = "net"
device = "enp0s31f6"
format = "$ip $graph_down $speed_down $graph_up $speed_up"
# [[block]]
# block = "disk_space"
# path = "/"
# info_type = "used"
# format = "{path} {percentage}"
# [[block]]
# block = "disk_space"
# path = "/home"
# info_type = "used"
# format = "{path} {percentage}"
# [[block]]
# block = "disk_space"
# path = "/var"
# info_type = "used"
# warning = 20.0
# format = "{path} {percentage}"
# [[block]]
# block = "disk_space"
# path = "/tmp"
# info_type = "used"
# format = "{path} {percentage}"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "$mem_total_used_percents.eng(3)"
clickable = false
[[block]]
block = "memory"
display_type = "swap"
format_swap = "$swap_used_percents.eng(3)"
clickable = false
[[block]]
block = "cpu"
interval = 1
format = "$barchart $utilization $frequency.eng(4)"
[[block]]
block = "temperature"
collapsed = false
format = "$min min, $max max, $average avg"
chip = "*-isa-*"
[[block]]
block = "load"
format = "$1m.eng(4) $5m.eng(4) $15m.eng(4)"
[[block]]
block = "time"
interval = 1
format = "%F (%Z) %T"
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = "(%Z) %T"
timezone = "Etc/UTC"