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