dotfiles-i3/.config/i3/status-rs.toml

73 lines
1.3 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 = "sound"
# [[block]]
# block = "net"
# device = "enp0s25"
# format = "{ip} {speed_down} {speed_up}"
[[block]]
block = "net"
# device = "wlp2s0"
# format = "{ip} {speed_down} {speed_up}"
# format = "{ip} {speed_down} {speed_up} {ssid} {signal_strength}"
format = "{$signal_strength $speed_down.eng() $speed_up.eng() |Wired connection} via $device"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "$mem_used_percents.eng()"
clickable = false
[[block]]
block = "memory"
display_type = "swap"
format_swap = "$swap_used_percents.eng()"
clickable = false
[[block]]
block = "cpu"
interval = 1
format = "$barchart.str() $utilization.eng() $frequency.eng()"
[[block]]
block = "temperature"
collapsed = false
format = "$min - $max, ~$average|"
chip = "*-isa-*"
[[block]]
block = "load"
interval = 1
format = "$1m.eng() $5m.eng() $15m.eng()"
[[block]]
block = "battery"
format = "$percentage $time"
[[block]]
block = "time"
interval = 1
format = "%F (%Z) %T"
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = "(%Z) %T"
timezone = "Etc/UTC"