From f65091e8ba349a461f004b509748b56faee12101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 17 Dec 2022 01:18:35 +0100 Subject: [PATCH] i3status-rust: Forget about reverse_levels See https://github.com/greshake/i3status-rust/pull/1680 --- i3/i3status-rust/config.toml.j2 | 7 ++++++- variables.yml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/i3/i3status-rust/config.toml.j2 b/i3/i3status-rust/config.toml.j2 index 269ebb7..d0671a9 100644 --- a/i3/i3status-rust/config.toml.j2 +++ b/i3/i3status-rust/config.toml.j2 @@ -37,7 +37,12 @@ block = "sound" driver = "pulseaudio" device_kind = "source" format = " $icon " -reverse_levels = true + +[block.theme_overrides] +warning_fg = { link = "idle_fg" } +warning_bg = { link = "idle_bg" } +idle_fg = { link = "warning_fg" } +idle_bg = { link = "warning_bg" } [[block.click]] button = "left" diff --git a/variables.yml b/variables.yml index 301b999..0357e60 100644 --- a/variables.yml +++ b/variables.yml @@ -36,8 +36,8 @@ cargo_crate_list: features: - static-build target: x86_64-unknown-linux-musl - - url: https://github.com/hakoerber/i3status-rust + - url: https://github.com/greshake/i3status-rust binary: i3status-rs - branch: develop + branch: master source: git package: i3status-rs