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"