about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 18:04:46 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 18:04:46 +0200
commit224c1306b60cd122f686805b5f726a6bd5ddc216 (patch)
tree5c05027c94dab8adf3c5846e7d6b7260f04b5268
parentpkgs/yt: Add missing mold dependency (diff)
downloadnixos-config-224c1306b60cd122f686805b5f726a6bd5ddc216.zip
pkgs/i3bar-river: Update patch to it's newest version prime
Diffstat (limited to '')
-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>