aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/by-name/i3/i3bar-river/module.nix4
-rw-r--r--pkgs/by-name/i3/i3bar-river-patched/package.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/by-name/i3/i3bar-river/module.nix b/modules/by-name/i3/i3bar-river/module.nix
index b32ec6a5..8a2203aa 100644
--- a/modules/by-name/i3/i3bar-river/module.nix
+++ b/modules/by-name/i3/i3bar-river/module.nix
@@ -119,7 +119,7 @@ in {
settings = {
theme = {
- palette = {
+ focused = {
# Colors
background = toString cfg.colors.none;
color = toString cfg.colors.white; # Only used, if blocks do not specify one
@@ -146,7 +146,7 @@ in {
show_tags = true;
};
- unfocused_palette = {
+ unfocused = {
hide_inactive_tags = true;
color = toString (substractColor cfg.colors.white cfg.colors.unfocused_offset);
diff --git a/pkgs/by-name/i3/i3bar-river-patched/package.nix b/pkgs/by-name/i3/i3bar-river-patched/package.nix
index 88af5d8a..a411fd32 100644
--- a/pkgs/by-name/i3/i3bar-river-patched/package.nix
+++ b/pkgs/by-name/i3/i3bar-river-patched/package.nix
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage {
(fetchpatch2 {
name = "Add support for special theme for unfocused outputs";
url = "https://patch-diff.githubusercontent.com/raw/MaxVerevkin/i3bar-river/pull/44.patch";
- hash = "sha256-yH3K52kAXGW19maP77gOTHSauqQX7Px8qCZDua6wo4w=";
+ hash = "sha256-HMNR/4Q2wDnqbN0ziXrG5DFeWgczOcw5AzLvGbJZKdo=";
})
# TODO(@bpeetz): Remove this patch once the rustc update hits unstable. <2025-05-20>