Move i3-status-rs config and update

This commit is contained in:
finga 2022-04-11 18:21:32 +02:00
parent 457b967592
commit 049f75ca5c
4 changed files with 17 additions and 21 deletions

View file

@ -206,7 +206,7 @@ set $screen1 "HDMI-2"
# Start i3bar to display a workspace bar (plus the system information
# i3status-rust finds out, if available)
bar {
status_command i3status-rs ~/.config/i3/status-rs.toml
status_command i3status-rs
font pango:DejaVu Sans Mono, forkawesome 8
position top
tray_output primary
@ -223,7 +223,7 @@ bar {
}
}
bar {
status_command i3status-rs ~/.config/i3/status-rs_sec.toml
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
font pango:DejaVu Sans Mono, forkawesome 8
position top
tray_output primary

View file

@ -1,102 +0,0 @@
icons = "awesome"
[theme]
name = "solarized-dark"
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
[[block]]
block = "maildir"
interval = 15
inboxes = ["/home/finga/mail/onders.org/Inbox"]
display_type = "new"
[[block]]
block = "weather"
format = "{weather} {temp}°, {humidity}%, {wind}m/s {direction}"
service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" }
[[block]]
block = "sound"
[[block]]
block = "music"
marquee_interval = 0
marquee_speed = 0.3
max_width = 35
buttons = ["play"]
[[block]]
block = "net"
device = "enp0s31f6"
format = "{ip} {graph_down} {speed_down} {graph_up} {speed_up}"
# [[block]]
# block = "disk_space"
# path = "/"
# info_type = "used"
# format = "{path} {percentage}"
# [[block]]
# block = "disk_space"
# path = "/home"
# info_type = "used"
# format = "{path} {percentage}"
# [[block]]
# block = "disk_space"
# path = "/var"
# info_type = "used"
# warning = 20.0
# format = "{path} {percentage}"
# [[block]]
# block = "disk_space"
# path = "/tmp"
# info_type = "used"
# format = "{path} {percentage}"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{Mup}%"
clickable = false
[[block]]
block = "memory"
display_type = "swap"
format_swap = "{SUp}%"
clickable = false
[[block]]
block = "cpu"
interval = 1
format = "{barchart} {utilization}% {frequency}GHz"
[[block]]
block = "temperature"
collapsed = false
format = "{min}° min, {max}° max, {average}° avg"
chip = "*-isa-*"
[[block]]
block = "load"
interval = 1
format = "{1m} {5m} {15m}"
[[block]]
block = "time"
interval = 1
format = "%F (%Z) %T"
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = "(%Z) %T"
timezone = "Etc/UTC"

View file

@ -1,58 +0,0 @@
icons = "awesome"
[theme]
name = "solarized-dark"
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
[[block]]
block = "sound"
[[block]]
block = "uptime"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{Mup}%"
clickable = false
[[block]]
block = "memory"
display_type = "swap"
format_swap = "{SUp}%"
clickable = false
[[block]]
block = "cpu"
frequency = true
interval = 1
[[block]]
block = "temperature"
collapsed = false
interval = 10
format = "{min}° min, {max}° max, {average}° avg"
chip = "*-isa-*"
[[block]]
block = "load"
interval = 1
format = "{1m} {5m} {15m}"
[[block]]
block = "time"
interval = 1
format = "%Y-%m-%d %a (%Z) %H:%M:%S"
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = "(%Z) %H:%M:%S"
timezone = "Etc/UTC"