From f79149f901b8480bbc4567e56cd93a716a11b5c5 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 19 Apr 2022 21:37:03 +0200 Subject: [PATCH] alacritty: No transparency in demo mode --- tree/.config/alacritty/alacritty.yml.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tree/.config/alacritty/alacritty.yml.tpl b/tree/.config/alacritty/alacritty.yml.tpl index 95594b6..9b77c01 100644 --- a/tree/.config/alacritty/alacritty.yml.tpl +++ b/tree/.config/alacritty/alacritty.yml.tpl @@ -19,7 +19,9 @@ window: dimensions: columns: 80 lines: 24 -{% if hostname == "vostok" %} +{% if demo %} + opacity: 1.0 +{% elif hostname == "vostok" %} opacity: 0.95 {% else %} opacity: 1.0