From d7ac43eb3c4e175219290d0f0a885e52e5aead7e Mon Sep 17 00:00:00 2001 From: Rawiri Blundell Date: Thu, 22 Aug 2019 00:17:50 +1200 Subject: [PATCH] Ensure that apply-colors.sh is unsetting the USE_SYS_TRANSPARENCY variable --- apply-colors.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/apply-colors.sh b/apply-colors.sh index a8b2e31..98d1db2 100644 --- a/apply-colors.sh +++ b/apply-colors.sh @@ -35,6 +35,7 @@ GLOBAL_VAR_CLEANUP() { unset CURSOR_COLOR unset HIGHLIGHT_FG_COLOR unset HIGHLIGHT_BG_COLOR + unset USE_SYS_TRANSPARENCY unset PROFILE_NAME }