From 8ed58c39d3dfb4ba8e4f5f1b0a8a917c7ad81649 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sun, 1 Mar 2026 15:36:25 +0000 Subject: [PATCH] use square separators for yazi theme --- profiles/yazi.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/profiles/yazi.nix b/profiles/yazi.nix index 7d1f843..044213c 100644 --- a/profiles/yazi.nix +++ b/profiles/yazi.nix @@ -10,5 +10,33 @@ sort_dir_first = true; }; }; + theme = { + tabs = { + sep_inner = { + open = ""; + close = ""; + }; + sep_outer = { + open = ""; + close = ""; + }; + }; + indicator = { + padding = { + open = ""; + close = ""; + }; + }; + status = { + sep_left = { + open = ""; + close = ""; + }; + sep_right = { + open = ""; + close = ""; + }; + }; + }; }; }