Remove i3-status config and update i3status-rs

- add music
- add seperator + color
This commit is contained in:
finga 2020-03-03 23:05:32 +01:00
parent 786b6118e4
commit c8f0414b9b
3 changed files with 10 additions and 42 deletions

View file

@ -18,6 +18,13 @@ threshold_warning = 1
threshold_critical = 10
display_type = "new"
[[block]]
block = "music"
max_width = 42
marquee_interval = 0
marquee_speed = 0.3
buttons = ["prev", "play", "next"]
[[block]]
block = "net"
device = "enp0s31f6"

View file

@ -6,6 +6,9 @@ name = "solarized-dark"
[theme.overrides]
idle_fg = "#00cc00"
idle_bg = "#222222"
separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
[[block]]
block = "memory"

View file

@ -1,42 +0,0 @@
general {
colors = true
interval = 1
}
# order += "ipv6 enp0s31f6"
order += "ethernet enp0s31f6"
order += "cpu_usage"
order += "load"
order += "volume master"
order += "tztime home"
order += "tztime utc"
ethernet enp0s31f6 {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
cpu_usage {
format = "C: %usage"
}
load {
format = "%1min %5min %15min"
}
volume master {
format = "♪: %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}
tztime home {
format = "%Y-%m-%d (%Z) %H:%M:%S"
timezone = "Europe/Vienna"
}
tztime utc {
format = "(%Z) %H:%M:%S"
timezone = "Etc/UTC"
}