From 8ef6945e7550f81352564a70796554e7997be5c1 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sat, 28 Jan 2023 14:55:00 +0000 Subject: [PATCH] bufferline: fix --- plugins/bufferlines/bufferline.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/bufferlines/bufferline.nix b/plugins/bufferlines/bufferline.nix index 090a553c..46d065d2 100644 --- a/plugins/bufferlines/bufferline.nix +++ b/plugins/bufferlines/bufferline.nix @@ -263,10 +263,7 @@ in middle_mouse_command = cfg.middleMouseCommand; # deprecated, but might still work indicator_icon = cfg.indicatorIcon; - indicator = { - icon = cfg.indicator.icon; - style = cfg.indicator.style; - }; + indicator = cfg.indicator; buffer_close_icon = cfg.bufferCloseIcon; modified_icon = cfg.modifiedIcon; close_icon = cfg.closeIcon;