From fc5014cb88bbd0274524a1df927ea8f8a678c889 Mon Sep 17 00:00:00 2001 From: Matthias Cuntz Date: Thu, 16 Sep 2021 11:16:50 +0200 Subject: [PATCH] Fix import in `azure.tcl` (#18) --- azure.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure.tcl b/azure.tcl index a1a3c95..3e75502 100755 --- a/azure.tcl +++ b/azure.tcl @@ -1,7 +1,7 @@ # Copyright © 2021 rdbende -source theme/light.tcl -source theme/dark.tcl +source [file join [file dirname [info script]] theme light.tcl] +source [file join [file dirname [info script]] theme dark.tcl] option add *tearOff 0