about summary refs log tree commit diff stats
path: root/modules/by-name/i3/i3bar-river/module.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/i3/i3bar-river/module.nix4
1 files changed, 2 insertions, 2 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);