i3status-rs: Adjust bar to new laptop

Adjust `i3status-rust` bar to new laptop.
This commit is contained in:
finga 2023-06-20 20:11:33 +02:00
parent 5da5c35c71
commit 32bfca4833

View file

@ -1,5 +1,5 @@
[icons] [icons]
icons = "awesome" icons = "awesome4"
[theme] [theme]
theme = "solarized-dark" theme = "solarized-dark"
@ -11,90 +11,91 @@ separator = "|"
separator_fg = "#00cc00" separator_fg = "#00cc00"
separator_bg = "#222222" 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]]
block = "weather" block = "weather"
format = "$weather $temp, $humidity, $wind m/s $direction" format = "$icon $weather $temp, $humidity, $wind m/s $direction "
service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" } service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" }
[[block]] [[block]]
block = "sound" block = "sound"
[[block]] [[block]]
block = "music" block = "net"
format = "$combo.rot-str(30) $play" device = "enp2s0f0"
player = "mpd" inactive_format = "$icon x "
format = "$icon $ip $graph_down $speed_down $graph_up $speed_up via $device "
[[block]] [[block]]
block = "net" block = "net"
device = "enp0s31f6" device = "wlp3s0"
format = "$ip $graph_down $speed_down $graph_up $speed_up" inactive_format = "$icon x "
format = "$icon $ip $speed_down $speed_up $signal_strength $ssid $frequency "
# [[block]] [[block]]
# block = "disk_space" block = "disk_space"
# path = "/" path = "/"
# info_type = "used" warning = 70.0
# format = "{path} {percentage}" alert = 85.0
info_type = "used"
format = "$icon $path $percentage "
# [[block]] [[block]]
# block = "disk_space" block = "disk_space"
# path = "/home" path = "/boot"
# info_type = "used" warning = 70.0
# format = "{path} {percentage}" alert = 85.0
info_type = "used"
format = "$icon $path $percentage "
# [[block]] [[block]]
# block = "disk_space" block = "disk_space"
# path = "/var" path = "/home"
# info_type = "used" warning = 70.0
# warning = 20.0 alert = 85.0
# format = "{path} {percentage}" info_type = "used"
format = "$icon $path $percentage "
# [[block]] [[block]]
# block = "disk_space" block = "disk_space"
# path = "/tmp" path = "/var"
# info_type = "used" warning = 70.0
# format = "{path} {percentage}" alert = 85.0
info_type = "used"
format = "$icon $path $percentage "
[[block]] [[block]]
block = "memory" block = "memory"
display_type = "memory" format = "$icon $mem_used_percents.eng(w:2) "
format_mem = "$mem_total_used_percents.eng(3)"
clickable = false
[[block]] [[block]]
block = "memory" block = "memory"
display_type = "swap" format = "$icon_swap $swap_used_percents.eng(w:2) "
format_swap = "$swap_used_percents.eng(3)"
clickable = false
[[block]] [[block]]
block = "cpu" block = "cpu"
interval = 1 interval = 1
format = "$barchart $utilization $frequency.eng(4)" format = "$icon $barchart $utilization $frequency.eng(w:4) "
[[block]] [[block]]
block = "temperature" block = "temperature"
collapsed = false format = "$icon $min min, $max max, $average avg "
format = "$min min, $max max, $average avg"
chip = "*-isa-*"
[[block]] [[block]]
block = "load" block = "load"
format = "$1m.eng(4) $5m.eng(4) $15m.eng(4)" format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
[[block]]
block = "battery"
format = " $icon $percentage $time"
[[block]] [[block]]
block = "time" block = "time"
interval = 1 interval = 1
format = "%F (%Z) %T" format = " $icon $timestamp.datetime(f:'%F (%Z) %T') "
timezone = "Europe/Vienna" timezone = "Europe/Vienna"
[[block]] [[block]]
block = "time" block = "time"
interval = 1 interval = 1
format = "(%Z) %T" format = " $icon $timestamp.datetime(f:'(%Z) %T') "
timezone = "Etc/UTC" timezone = "Etc/UTC"