diff --git a/.config/i3/status-rs.toml b/.config/i3/status-rs.toml index 88b6272..1d0f0ec 100644 --- a/.config/i3/status-rs.toml +++ b/.config/i3/status-rs.toml @@ -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" diff --git a/.config/i3/status-rs_sec.toml b/.config/i3/status-rs_sec.toml index d57c39e..79fbf80 100644 --- a/.config/i3/status-rs_sec.toml +++ b/.config/i3/status-rs_sec.toml @@ -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" diff --git a/.config/i3status/config b/.config/i3status/config deleted file mode 100644 index fac6e98..0000000 --- a/.config/i3status/config +++ /dev/null @@ -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" -}