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

104 lines
1.8 KiB
TOML

icons = "awesome"
[theme]
name = "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"
marquee_interval = 1
marquee_speed = 0.3
max_width = 35
player = "mpd"
buttons = ["play"]
[[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}"
clickable = false
[[block]]
block = "memory"
display_type = "swap"
format_swap = "{swap_used_percents}"
clickable = false
[[block]]
block = "cpu"
interval = 1
format = "{barchart} {utilization} {frequency}"
[[block]]
block = "temperature"
collapsed = false
format = "{min} min, {max} max, {average} avg"
chip = "*-isa-*"
[[block]]
block = "load"
interval = 1
format = "{1m} {5m} {15m}"
[[block]]
block = "time"
interval = 1
format = "%F (%Z) %T"
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = "(%Z) %T"
timezone = "Etc/UTC"