dotfiles-i3/.config/i3status-rust/config.toml
finga 32bfca4833 i3status-rs: Adjust bar to new laptop
Adjust `i3status-rust` bar to new laptop.
2023-06-20 20:11:33 +02:00

102 lines
1.9 KiB
TOML

[icons]
icons = "awesome4"
[theme]
theme = "solarized-dark"
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
[[block]]
block = "weather"
format = "$icon $weather $temp, $humidity, $wind m/s $direction "
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 "
[[block]]
block = "net"
device = "wlp3s0"
inactive_format = "$icon x "
format = "$icon $ip $speed_down $speed_up $signal_strength $ssid $frequency "
[[block]]
block = "disk_space"
path = "/"
warning = 70.0
alert = 85.0
info_type = "used"
format = "$icon $path $percentage "
[[block]]
block = "disk_space"
path = "/boot"
warning = 70.0
alert = 85.0
info_type = "used"
format = "$icon $path $percentage "
[[block]]
block = "disk_space"
path = "/home"
warning = 70.0
alert = 85.0
info_type = "used"
format = "$icon $path $percentage "
[[block]]
block = "disk_space"
path = "/var"
warning = 70.0
alert = 85.0
info_type = "used"
format = "$icon $path $percentage "
[[block]]
block = "memory"
format = "$icon $mem_used_percents.eng(w:2) "
[[block]]
block = "memory"
format = "$icon_swap $swap_used_percents.eng(w:2) "
[[block]]
block = "cpu"
interval = 1
format = "$icon $barchart $utilization $frequency.eng(w:4) "
[[block]]
block = "temperature"
format = "$icon $min min, $max max, $average avg "
[[block]]
block = "load"
format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
[[block]]
block = "battery"
format = " $icon $percentage $time"
[[block]]
block = "time"
interval = 1
format = " $icon $timestamp.datetime(f:'%F (%Z) %T') "
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = " $icon $timestamp.datetime(f:'(%Z) %T') "
timezone = "Etc/UTC"