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

73 lines
1.3 KiB
TOML
Raw Normal View History

[icons]
2020-01-11 17:23:05 +01:00
icons = "awesome"
[theme]
theme = "solarized-dark"
2020-01-11 17:23:05 +01:00
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
2020-01-11 17:50:17 +01:00
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
2020-01-11 17:23:05 +01:00
[[block]]
2020-11-07 17:23:15 +01:00
block = "sound"
# [[block]]
# block = "net"
# device = "enp0s25"
# format = "{ip} {speed_down} {speed_up}"
2020-01-11 17:23:05 +01:00
[[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"
2020-01-11 17:23:05 +01:00
[[block]]
block = "memory"
display_type = "memory"
format_mem = "$mem_used_percents.eng()"
2020-01-11 17:23:05 +01:00
clickable = false
[[block]]
block = "memory"
display_type = "swap"
format_swap = "$swap_used_percents.eng()"
2020-01-11 17:23:05 +01:00
clickable = false
[[block]]
block = "cpu"
interval = 1
format = "$barchart.str() $utilization.eng() $frequency.eng()"
2020-01-11 17:23:05 +01:00
[[block]]
block = "temperature"
collapsed = false
format = "$min - $max, ~$average|"
2020-01-11 17:23:05 +01:00
chip = "*-isa-*"
[[block]]
block = "load"
interval = 1
format = "$1m.eng() $5m.eng() $15m.eng()"
[[block]]
block = "battery"
format = "$percentage $time"
2020-01-11 17:23:05 +01:00
[[block]]
block = "time"
interval = 1
2020-03-16 16:32:29 +01:00
format = "%F (%Z) %T"
2020-01-11 17:23:05 +01:00
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
2020-03-16 16:32:29 +01:00
format = "(%Z) %T"
2020-01-11 17:23:05 +01:00
timezone = "Etc/UTC"