dotfiles-i3/.config/i3status-rust/config.toml
finga f974499e80 Merge branch 'x13' and switch to sway
Conflicts:
- .config/i3/config
- .config/i3status-rust/config.toml
- .gitignore.d/i3
- .local/bin/fuzzy-i3lock
2025-01-26 04:36:14 +01:00

104 lines
2 KiB
TOML

[icons]
icons = "awesome6"
[theme]
theme = "solarized-dark"
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
[[block]]
block = "weather"
service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" }
format = " $icon $weather $temp, $humidity, $wind m/s $direction "
[[block]]
block = "sound"
driver = "pulseaudio"
[[block]]
block = "net"
device = "enp9s0"
format = " $icon $ip $graph_down $speed_down^icon_net_down $graph_up $speed_up^icon_net_up "
[[block]]
block = "net"
device = "enp0s31f6"
format = " $icon $ip $graph_down $speed_down^icon_net_down $graph_up $speed_up^icon_net_up "
[[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 = 70.0
alert = 85.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/home"
warning = 75.0
alert = 90.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/tmp"
warning = 70.0
alert = 80.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/var"
warning = 70.0
alert = 80.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "memory"
format = " $icon $mem_used_percents.eng(w:3) "
[[block]]
block = "memory"
format = " $icon_swap $swap_used_percents.eng(w:3) "
[[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 = "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"