From 9da7bb5e2e4caf57c1845f79b33e6f410dfdc548 Mon Sep 17 00:00:00 2001 From: vdbe <44153531+vdbe@users.noreply.github.com> Date: Thu, 23 May 2024 17:39:08 +0000 Subject: [PATCH] build: bump whiskers to 2.1.1 (#222) whiskers 2.1.1 no longer eats trailing newlines --- tmux.tera | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.tera b/tmux.tera index da095ed..7435b79 100644 --- a/tmux.tera +++ b/tmux.tera @@ -1,6 +1,6 @@ --- whiskers: - version: "2.1.0" + version: "2.1.1" matrix: - flavor filename: "themes/catppuccin_{{flavor.identifier}}.tmuxtheme" @@ -23,4 +23,3 @@ thm_yellow="#{{ palette.yellow.hex | lower }}" thm_blue="#{{ palette.blue.hex | lower }}" thm_orange="#{{ palette.peach.hex | lower }}" thm_black4="#{{ palette.surface2.hex | lower }}" -{% raw %}{% endraw %}{# Needs to end with a newline #}